legion_tumour ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 2](git.png)
Left behind when a legion infects you, for medical enrichment
Vars | |
applied_status | We apply this status effect periodically or when used on someone |
---|---|
elapsed_time | How long have we been in this stage? |
growth_time | How long does it take to advance one stage? |
spawn_type | What kind of mob will we transform into? |
spooky_sounds | Spooky sounds to play as you start to turn |
stage | What stage of growth the corruption has reached. |
Procs | |
animate_pulse | Do a heartbeat animation depending on if we're failing or not |
infest | Consume our host |
try_apply | Smear it on someone like a regen core, why not. Make sure they're alive though. |
Var Details
applied_status ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 15](git.png)
We apply this status effect periodically or when used on someone
elapsed_time ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 17](git.png)
How long have we been in this stage?
growth_time ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 19](git.png)
How long does it take to advance one stage?
spawn_type ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 21](git.png)
What kind of mob will we transform into?
spooky_sounds ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 23](git.png)
Spooky sounds to play as you start to turn
stage ![code/modules/mob/living/basic/lavaland/legion/legion_tumour.dm 13](git.png)
What stage of growth the corruption has reached.
Proc Details
animate_pulse
Do a heartbeat animation depending on if we're failing or not
infest
Consume our host
try_apply
Smear it on someone like a regen core, why not. Make sure they're alive though.