Hands now kill brains as hard as everything else

This commit is contained in:
Name
2019-03-08 06:24:23 -05:00
parent 28db79575c
commit 4a36c1399c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#define OXYLOSS (1<<3)
#define SHAME (1<<4)
#define MANUAL_SUICIDE (1<<5) //suicide_act will do the actual killing.
#define MANUAL_SUICIDE_NONLETHAL (1<<6)
#define MANUAL_SUICIDE_NONLETHAL (1<<6) //when the suicide is conditionally lethal
#define EFFECT_STUN "stun"
#define EFFECT_KNOCKDOWN "knockdown"
+1
View File
@@ -105,6 +105,7 @@
visible_message("<span class='danger'>[suicide_message]</span>", "<span class='userdanger'>[suicide_message]</span>")
set_suicide(TRUE)
suicide_log()
adjustOxyLoss(max(200 - getToxLoss() - getFireLoss() - getBruteLoss() - getOxyLoss(), 0))