Skip to content

Commit

Permalink
Adds RCD recipes to engineering fab, removes them from mining fab (#1…
Browse files Browse the repository at this point in the history
…7374)

Co-authored-by: test <fakemail@fake.com>
  • Loading branch information
ThatFiveGuys and test committed Dec 19, 2023
1 parent 575cfcd commit d25189a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions code/obj/machinery/manufacturer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2623,11 +2623,6 @@ TYPEINFO(/obj/machinery/manufacturer)
#endif
)

hidden = list(/datum/manufacture/RCD,
/datum/manufacture/RCDammo,
/datum/manufacture/RCDammomedium,
/datum/manufacture/RCDammolarge)

/obj/machinery/manufacturer/hangar
name = "ship component fabricator"
supplemental_desc = "This one produces modules for space pods or minisubs."
Expand Down Expand Up @@ -2915,6 +2910,10 @@ TYPEINFO(/obj/machinery/manufacturer)
/datum/manufacture/soldering,
/datum/manufacture/multitool,
/datum/manufacture/t_scanner,
/datum/manufacture/RCD,
/datum/manufacture/RCDammo,
/datum/manufacture/RCDammomedium,
/datum/manufacture/RCDammolarge,
/datum/manufacture/atmos_goggles,
/datum/manufacture/engivac,
/datum/manufacture/lampmanufacturer,
Expand Down

0 comments on commit d25189a

Please sign in to comment.