Fixes being unable to cremate one thing (#1464)

This commit is contained in:
CitadelStationBot
2017-06-17 15:32:54 -05:00
committed by kevinz000
parent 3e139e0942
commit 4be9681e6b
+1 -1
View File
@@ -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