mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Forgot stuff
This commit is contained in:
committed by
GitHub
parent
f916e7c331
commit
7889593e80
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user