diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm
index a0c0e950..e03de502 100644
--- a/code/modules/customitems/item_defines.dm
+++ b/code/modules/customitems/item_defines.dm
@@ -449,8 +449,9 @@
user << "You quickly pulse a few fires, and reset the screen and device."
emped = 0
icon_state = "amy_player_off"
- else
- user << "You see little reason to start hacking into the player's wiring."
+ return
+// else
+// user << "You see little reason to start hacking into the player's wiring."
/obj/item/device/fluff/amy_player/attack_self(mob/user)
if(emped)