mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
Actually make handle_corpse do something
Whoops
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user