removes emag resistance

This commit is contained in:
Kyep
2017-11-20 21:57:20 -08:00
parent a53960989a
commit 61a2482981
@@ -758,15 +758,8 @@ var/list/robot_verbs_default = list(
var/mob/living/M = user
if(!opened)//Cover is closed
if(locked)
if(ert_upgrade)
if(prob(20))
to_chat(user, "You successfully emag the cover lock.")
locked = 0
else
to_chat(user, "You try to emag the cover lock - but it simply blinks red.")
else
to_chat(user, "You emag the cover lock.")
locked = 0
to_chat(user, "You emag the cover lock.")
locked = 0
else
to_chat(user, "The cover is already unlocked.")
return