Merge pull request #1297 from Fox-McCloud/rip-emag-rng

Removes Emag RNG on APCs
This commit is contained in:
ZomgPonies
2015-06-14 04:54:32 -04:00
+4 -8
View File
@@ -592,14 +592,10 @@
user << "Nothing happens."
else
flick("apc-spark", src)
if (do_after(user,6))
if(prob(50))
emagged = 1
locked = 0
user << "You emag the APC interface."
update_icon()
else
user << "You fail to [ locked ? "unlock" : "lock"] the APC interface."
emagged = 1
locked = 0
user << "You emag the APC interface."
update_icon()
// attack with hand - remove cell (if cover open) or interact with the APC
/obj/machinery/power/apc/attack_hand(mob/user)