mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Merge pull request #28159 from QualityVan/cremoffbyone
Fixes being unable to cremate one thing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user