updated denied message

This commit is contained in:
datlo
2019-02-19 21:25:58 +00:00
committed by GitHub
parent c8d108f662
commit bb3e3ffd2b
+1 -1
View File
@@ -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, "<span class='warning'>Golem user detected. Access denied.</span>")
to_chat(user, "<span class='warning'>You can't make sense of the console or how to use it.</span>")
return
if(..())
return