mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fixes MREs not spawning in the emergency rations crate (#14779)
This commit is contained in:
@@ -330,7 +330,7 @@
|
||||
|
||||
/obj/structure/closet/crate/freezer/rations/fill()
|
||||
for(var/i=1,i<=6,i++)
|
||||
new /obj/random/mre
|
||||
new /obj/random/mre(src)
|
||||
new /obj/item/reagent_containers/food/drinks/waterbottle(src)
|
||||
|
||||
/obj/structure/closet/crate/bin
|
||||
|
||||
Reference in New Issue
Block a user