diff --git a/code/WorkInProgress/Yinadele/Supermatter.dm b/code/WorkInProgress/Yinadele/Supermatter.dm
index 7761a12110..aba28a7d5b 100644
--- a/code/WorkInProgress/Yinadele/Supermatter.dm
+++ b/code/WorkInProgress/Yinadele/Supermatter.dm
@@ -202,11 +202,11 @@
/obj/machinery/power/supermatter/attack_robot(mob/user as mob)
return attack_hand(user)
+/obj/machinery/power/supermatter/attack_ai(mob/user as mob)
+ 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/attack_hand(mob/user as mob)
- if(isAI(user))
- user << "You attempt to interface with the control circuits but find they are not connected to your network."
- return
user.visible_message("\The [user] reaches out and touches \the [src] inducing a resonance... \his body starts to glow and catch flame before flashing into ash.",\
"You reach out and touch \the [src], everything starts burning and all you can hear is ringing. Your last thought is \"That was not a wise decision.\"",\
"You hear an uneartly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat.")