Merge pull request #3880 from comma/master

Where can I get my idiot certificate.
This commit is contained in:
Mloc
2013-11-04 16:05:07 -08:00
+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