From 74f1fa43e87be198f00e5fbe686c73ea25c0384d Mon Sep 17 00:00:00 2001 From: shizcalev Date: Thu, 6 Jul 2017 02:14:55 -0400 Subject: [PATCH] Removes silicon SM interact message --- code/modules/power/supermatter/supermatter.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index fdf118d9a83..879cf6374d6 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -476,15 +476,14 @@ /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.") + return /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))