mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
unemps ur defib (#18021)
This commit is contained in:
@@ -24,18 +24,6 @@
|
||||
if(user)
|
||||
to_chat(user, "<span class='warning'>You restore the safeties on [src]</span>")
|
||||
|
||||
/obj/item/handheld_defibrillator/emp_act(severity)
|
||||
if(emagged)
|
||||
emagged = FALSE
|
||||
desc = "Used to restart stopped hearts."
|
||||
visible_message("<span class='notice'>[src] beeps: Safety protocols enabled!</span>")
|
||||
playsound(get_turf(src), 'sound/machines/defib_saftyon.ogg', 50, 0)
|
||||
else
|
||||
emagged = TRUE
|
||||
desc += " The screen only shows the word KILL flashing over and over."
|
||||
visible_message("<span class='notice'>[src] beeps: Safety protocols disabled!</span>")
|
||||
playsound(get_turf(src), 'sound/machines/defib_saftyoff.ogg', 50, 0)
|
||||
|
||||
/obj/item/handheld_defibrillator/attack(mob/living/carbon/human/H, mob/user)
|
||||
if(!istype(H))
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user