Whispering in crit makes you succumb again (#21216)

* Fixes crit whisper + deathgasp

* Fucking runtimes

* Another dumb bug

* Verbs => Proc

* Special deathgasps

* If I find you again

* Most definitively works
This commit is contained in:
ShiftyRail
2019-01-06 23:14:27 +01:00
committed by Intigracy
parent 801161dde3
commit dd28e55593
12 changed files with 29 additions and 20 deletions

View File

@@ -355,7 +355,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
return
if(src.health < 0 && stat != DEAD) //crit people
succumb()
succumb_proc(0)
ghostize(1)
else if(stat == DEAD)
ghostize(1)