[MIRROR] Fixes cells being deleted from chem dispensers on deconstruction (#6071)
* adds cell = null to deconstruct (#36589) * Fixes cells being deleted from chem dispensers on deconstruction
This commit is contained in:
committed by
Poojawa
parent
83a2cda51f
commit
c618b30214
@@ -330,6 +330,7 @@ obj/machinery/chem_dispenser/update_icon()
|
||||
|
||||
|
||||
/obj/machinery/chem_dispenser/on_deconstruction()
|
||||
cell = null
|
||||
if(beaker)
|
||||
beaker.forceMove(drop_location())
|
||||
beaker = null
|
||||
|
||||
Reference in New Issue
Block a user