[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:
CitadelStationBot
2018-03-22 06:12:28 -05:00
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