Nullchecks. And one zero division.

This commit is contained in:
Chinsky
2012-11-21 20:55:53 +04:00
parent c686245263
commit 15abc757d3
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -226,7 +226,7 @@
/obj/item/weapon/paper/Topic(href, href_list)
..()
if((usr.stat || usr.restrained()))
if(!usr || (usr.stat || usr.restrained()))
return
if(href_list["write"])