From 80f3b56318b839454b665d32d2b89f06d1a9dbc1 Mon Sep 17 00:00:00 2001 From: Spacemanspark Date: Mon, 7 Mar 2016 11:18:02 -0600 Subject: [PATCH 1/2] Changes Lazarus Injector's emp_act() to an emag_act() --- code/modules/mining/equipment_locker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment_locker.dm b/code/modules/mining/equipment_locker.dm index 738a40c20a6..7e48ae7c60c 100644 --- a/code/modules/mining/equipment_locker.dm +++ b/code/modules/mining/equipment_locker.dm @@ -875,7 +875,7 @@ user << "[src] is only effective on lesser beings." return -/obj/item/weapon/lazarus_injector/emp_act() +/obj/item/weapon/lazarus_injector/emag_act() if(!malfunctioning) malfunctioning = 1 From c98cda3f55a5f8d381ecd263ab499d30b90bbd34 Mon Sep 17 00:00:00 2001 From: Spacemanspark Date: Mon, 7 Mar 2016 19:54:39 -0600 Subject: [PATCH 2/2] Re-adds emp_act() to go alongside emag_act() --- code/modules/mining/equipment_locker.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mining/equipment_locker.dm b/code/modules/mining/equipment_locker.dm index 7e48ae7c60c..5d86fb53cc6 100644 --- a/code/modules/mining/equipment_locker.dm +++ b/code/modules/mining/equipment_locker.dm @@ -879,6 +879,10 @@ if(!malfunctioning) malfunctioning = 1 +/obj/item/weapon/lazarus_injector/emp_act() + if(!malfunctioning) + malfunctioning = 1 + /obj/item/weapon/lazarus_injector/examine(mob/user) ..(user) if(!loaded)