Merge pull request #6196 from Citadel-Station-13/upstream-merge-36805

[MIRROR] Cleans up duplicate chem_master power_change() proc
This commit is contained in:
LetterJay
2018-03-31 18:44:25 -05:00
committed by GitHub

View File

@@ -73,12 +73,6 @@
if (prob(50))
qdel(src)
/obj/machinery/chem_master/power_change()
if(powered())
stat &= ~NOPOWER
else
stat |= NOPOWER
/obj/machinery/chem_master/attackby(obj/item/I, mob/user, params)
if(default_deconstruction_screwdriver(user, "mixer0_nopower", "mixer0", I))
return