From b0cf4a2e37499350b70cee871222563e3a7bf090 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 7 Jul 2017 12:35:55 -0500 Subject: [PATCH] Removed silicon SM interact message (#1929) --- code/modules/power/supermatter/supermatter.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index a7a2d4e69e..fb45ab6f36 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -488,15 +488,12 @@ /obj/machinery/power/supermatter_shard/attack_paw(mob/user) return attack_hand(user) - /obj/machinery/power/supermatter_shard/attack_robot(mob/user) if(Adjacent(user)) return attack_hand(user) - else - to_chat(user, "You attempt to interface with the control circuits but find they are not connected to your network. Maybe in a future firmware update.") /obj/machinery/power/supermatter_shard/attack_ai(mob/user) - to_chat(user, "You attempt to interface with the control circuits but find they are not connected to your network. Maybe in a future firmware update.") + return /obj/machinery/power/supermatter_shard/attack_hand(mob/living/user) if(!istype(user))