mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Fixes Operations Hazmat Gear Locker Spawning (#15309)
This commit is contained in:
@@ -19,10 +19,8 @@ STOCK_ITEM_LARGE(EOD, 1.5)
|
||||
else
|
||||
new /obj/structure/closet/bombcloset(L)
|
||||
|
||||
STOCK_ITEM_LARGE(biosuit, 3)
|
||||
var/list/allsuits = typesof(/obj/structure/closet/hazmat)
|
||||
var/type = pick(allsuits)
|
||||
new type(L)
|
||||
STOCK_ITEM_LARGE(hazmat_gear_locker, 3)
|
||||
new /obj/structure/closet/hazmat/general(L)
|
||||
|
||||
STOCK_ITEM_LARGE(hydrotray, 3)
|
||||
new /obj/machinery/portable_atmospherics/hydroponics(L)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixes empty hazmat gear closets spawning in operations."
|
||||
Reference in New Issue
Block a user