Actually make handle_corpse do something

Whoops
This commit is contained in:
Andrew
2019-07-08 18:45:08 -05:00
committed by GitHub
parent deb97d8d8c
commit 86a1b63307
+1 -1
View File
@@ -122,7 +122,7 @@
if(L.key && !L.client) // SSD players get a pass
return FALSE
if(L.stat)
if(L.stat == DEAD) // Leave dead things alone
if(L.stat == DEAD && !handle_corpse) // Leave dead things alone
return FALSE
if(L.stat == UNCONSCIOUS) // Do we have mauling? Yes? Then maul people who are sleeping but not SSD
if(mauling)