Fixes being unable to cremate one thing (#1464)
This commit is contained in:
committed by
kevinz000
parent
3e139e0942
commit
4be9681e6b
@@ -190,7 +190,7 @@ GLOBAL_LIST_EMPTY(crematoriums)
|
||||
// Make sure we don't delete the actual morgue and its tray
|
||||
var/list/conts = GetAllContents() - src - connected
|
||||
|
||||
if(conts.len <= 1)
|
||||
if(!conts.len)
|
||||
audible_message("<span class='italics'>You hear a hollow crackle.</span>")
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user