Fixes being unable to cremate one thing

This commit is contained in:
QualityVan
2017-06-06 18:46:52 -04:00
parent a5553fd635
commit 4a1bc314c3
+1 -1
View File
@@ -189,7 +189,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