EEE forgot a PLOR

This commit is contained in:
Gandalf
2021-09-14 00:00:44 +01:00
parent ca85c9391d
commit 96cb19801d
26 changed files with 76 additions and 73 deletions
@@ -12,7 +12,7 @@
/obj/structure/closet/secure_closet/bar/PopulateContents()
..()
for(var/i in 1 to 10)
new /obj/item/reagent_containers/food/drinks/beer( src )
new /obj/item/reagent_containers/food/drinks/bottle/beer( src )
new /obj/item/etherealballdeployer(src)
new /obj/item/roulette_wheel_beacon(src)
@@ -74,7 +74,7 @@
/obj/structure/closet/secure_closet/freezer/gulag_fridge/PopulateContents()
..()
for(var/i in 1 to 3)
new /obj/item/reagent_containers/food/drinks/beer/light(src)
new /obj/item/reagent_containers/food/drinks/bottle/beer/light(src)
/obj/structure/closet/secure_closet/freezer/fridge
name = "refrigerator"