Merge pull request #3402 from Citadel-Station-13/upstream-merge-31553

[MIRROR] Removes a bunch of sleeps/spawns and makes a few booleans defines
This commit is contained in:
LetterJay
2017-10-15 10:22:59 -04:00
committed by GitHub
24 changed files with 269 additions and 241 deletions
@@ -57,8 +57,7 @@
if(powered())
stat &= ~NOPOWER
else
spawn(rand(0, 15))
stat |= NOPOWER
stat |= NOPOWER
/obj/machinery/chem_master/attackby(obj/item/I, mob/user, params)
if(default_deconstruction_screwdriver(user, "mixer0_nopower", "mixer0", I))