Merge pull request #28159 from QualityVan/cremoffbyone

Fixes being unable to cremate one thing
This commit is contained in:
Joan Lung
2017-06-07 20:26:12 -04:00
committed by GitHub
+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