Skip to content

Commit

Permalink
Merge branch 'shelves-feat' of https://github.com/AyIong/Paradise-SS220
Browse files Browse the repository at this point in the history
… into shelves-feat
  • Loading branch information
AyIong committed Oct 20, 2024
2 parents ef18cd8 + 3f6220b commit 6ce7278
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modular_ss220/objects/code/closets.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
icon_state = "freezer"

/obj/structure/closet/secure_closet/freezer/products/populate_contents()
for(var/i in 1 to 2)
new /obj/item/storage/box/donkpockets(src)
for(var/i in 1 to 2)
new /obj/item/storage/fancy/egg_box(src)
new /obj/item/storage/box/donkpockets(src)
new /obj/item/storage/box/donkpockets(src)
new /obj/item/storage/fancy/egg_box(src)
new /obj/item/storage/fancy/egg_box(src)

0 comments on commit 6ce7278

Please sign in to comment.