Merge pull request #36805 from ShizCalev/chemmaster-power-change-cleanup

Cleans up duplicate chem_master power_change() proc
This commit is contained in:
Jordan Brown
2018-03-30 11:58:57 -04:00
committed by CitadelStationBot
parent a40df26aed
commit ca7f0796a2

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