mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
removes emag resistance
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user