Update access denied message

the old message would make you think you need a golem id or somethin
This commit is contained in:
datlo
2019-02-07 14:27:38 +00:00
committed by GitHub
parent 1981185b7c
commit 0805b89ea7
+1 -1
View File
@@ -842,7 +842,7 @@
/obj/machinery/computer/shuttle/golem_ship/attack_hand(mob/user)
if(!isgolem(user))
to_chat(user, "<span class='warning'>Access denied.</span>")
to_chat(user, "<span class='notice'>The console is unresponsive. Seems only golems can use it.</span>")
return
..()