mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user