Fixes disposal initialization (#34820)
This commit is contained in:
committed by
CitadelStationBot
parent
5e1ff26276
commit
f70c357111
@@ -26,7 +26,7 @@
|
||||
make_from.forceMove(src)
|
||||
stored = make_from
|
||||
else
|
||||
stored = new /obj/structure/disposalconstruct(src, make_from=src)
|
||||
stored = new /obj/structure/disposalconstruct(src, null , SOUTH , FALSE , src)
|
||||
|
||||
if(dir in GLOB.diagonals) // Bent pipes already have all the dirs set
|
||||
initialize_dirs = NONE
|
||||
|
||||
Reference in New Issue
Block a user