Skip to content

Commit

Permalink
SHUT UP
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Apr 14, 2024
1 parent 7ddc3d1 commit 2adef96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion monkestation/code/modules/byos/misc_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@
/obj/structure/closet/syndicate/byos_supplies/heavy
desc = "A closet containing all the supplies for building a station. This one seems to have more supplies then normal."

/obj/structure/closet/syndicate/byos_supplies/heavy/populate_contents_immediate()
. = ..()
new /obj/item/areaeditor/blueprints(src)

/obj/structure/closet/syndicate/byos_supplies/heavy/PopulateContents()
. = ..()
new /obj/item/mod/control/pre_equipped/advanced(src)
new /obj/item/construction/rcd/combat(src)
new /obj/item/storage/belt/utility/chief/full(src)
new /obj/item/stack/sheet/plasteel/fifty(src)
new /obj/item/stack/sheet/plasteel/twenty(src)
new /obj/item/areaeditor/blueprints(src)

//the syndie supplies are better as they will have a lower crew count
/obj/structure/closet/syndicate/byos_supplies_syndicate
Expand Down

0 comments on commit 2adef96

Please sign in to comment.