Fixes knocked out borgs never dying. (#6510)

* Fixes knocked out borgs never dying.

Fixes the borg life code making it so that applying any unconscious stat (1) on borgs would always permanently force their stat into 2(dead), which from that point onward will just skip the death proc when it eventually would become relevant.

* Update life.dm
This commit is contained in:
Verkister
2019-11-04 00:12:58 +02:00
committed by Anewbe
parent e98a346701
commit f135aa9ddf

View File

@@ -104,9 +104,8 @@
AdjustConfused(-1) AdjustConfused(-1)
else //Dead. else //Dead or just unconscious.
src.blinded = 1 src.blinded = 1
src.stat = 2
if (src.stuttering) src.stuttering-- if (src.stuttering) src.stuttering--