mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +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))
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user