diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index e6ffbab879a..1deedc434a9 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -87,7 +87,7 @@ /obj/machinery/computer/telescience/attack_hand(mob/user) if(isgolem(user)) //this is why we can't have nice things free golems - to_chat(user, "Golem user detected. Access denied.") + to_chat(user, "You can't make sense of the console or how to use it.") return if(..()) return