Forgot stuff

This commit is contained in:
TheCarlSaganExpress
2016-10-02 20:51:15 -04:00
committed by GitHub
parent f916e7c331
commit 7889593e80
+1 -1
View File
@@ -129,7 +129,7 @@
/obj/item/toy/crayon/proc/check_empty(mob/user)
// When eating a crayon, check_empty() can be called twice producing
// two messages unless we check for being deleted first
if(!qdeleted(src))
if(qdeleted(src))
return TRUE
. = FALSE