From 80f3b56318b839454b665d32d2b89f06d1a9dbc1 Mon Sep 17 00:00:00 2001 From: Spacemanspark Date: Mon, 7 Mar 2016 11:18:02 -0600 Subject: [PATCH] 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