Fixes disposal initialization (#34820)
This commit is contained in:
committed by
CitadelStationBot
parent
5e1ff26276
commit
f70c357111
@@ -33,7 +33,7 @@
|
||||
stored = make_from
|
||||
pressure_charging = FALSE // newly built disposal bins start with pump off
|
||||
else
|
||||
stored = new /obj/structure/disposalconstruct(null, make_from = src)
|
||||
stored = new /obj/structure/disposalconstruct(null, null , SOUTH , FALSE , src)
|
||||
|
||||
trunk_check()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user