Where can I get my idiot certificate.

This commit is contained in:
Chinsky
2013-11-05 03:59:39 +04:00
parent 5df1b3c0d4
commit b7edb181ed
+3 -3
View File
@@ -411,10 +411,10 @@
/obj/structure/table/verb/can_touch(var/mob/user)
if (!user)
return 0
if (usr.stat) //zombie goasts go away
if (user.stat) //zombie goasts go away
return 0
if (issilicon(usr))
usr << "<span class='notice'>You need hands for this.</span>"
if (issilicon(user))
user << "<span class='notice'>You need hands for this.</span>"
return 0
return 1