Skip to content

Commit

Permalink
do you count heirlooms or something
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Apr 14, 2024
1 parent 0bf9b5f commit 815c666
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 @@ -52,6 +52,10 @@
name = "\improper Syndicate contruction supply closet"
desc = "A closet containing all the supplies for building a Syndicate station."

/obj/structure/closet/syndicate/byos_supplies_syndicate/populate_contents_immediate()
. = ..()
new /obj/item/pipe_dispenser(src)

/obj/structure/closet/syndicate/byos_supplies_syndicate/PopulateContents()
. = ..()
new /obj/item/stack/sheet/plastitaniumglass/fifty(src)
Expand All @@ -69,7 +73,6 @@
new /obj/item/rcd_ammo/large(src)
new /obj/item/rcd_ammo/large(src)
new /obj/item/clothing/gloves/combat(src)
new /obj/item/pipe_dispenser(src)
new /obj/item/storage/belt/utility/full/powertools(src)
new /obj/item/storage/belt/utility/full/powertools(src)
new /obj/item/storage/toolbox/electrical(src)
Expand Down

0 comments on commit 815c666

Please sign in to comment.