Small fix, Weird line that shouldnt be there is gone now.

This commit is contained in:
Dhaeleena
2017-01-26 14:06:31 -03:00
parent 2fef35d980
commit d25f512e10

View File

@@ -25,7 +25,6 @@
if(istype(I, /mob/living))
var/mob/living/cremated = I
for(var/Z in cremated.contents)
world << "[Z]"
if(!(Z in allowed_items))
to_chat(user, "<span class='notice'>\The [src] cannot cremate while there are items inside!</span>")
return