mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 05:02:42 +00:00
Small fix, Weird line that shouldnt be there is gone now.
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
if(istype(I, /mob/living))
|
if(istype(I, /mob/living))
|
||||||
var/mob/living/cremated = I
|
var/mob/living/cremated = I
|
||||||
for(var/Z in cremated.contents)
|
for(var/Z in cremated.contents)
|
||||||
world << "[Z]"
|
|
||||||
if(!(Z in allowed_items))
|
if(!(Z in allowed_items))
|
||||||
to_chat(user, "<span class='notice'>\The [src] cannot cremate while there are items inside!</span>")
|
to_chat(user, "<span class='notice'>\The [src] cannot cremate while there are items inside!</span>")
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user