cursed ![code/datums/mutations/void_magnet.dm 42](git.png)
The cursed "void invocation" action, that has a chance of casting itself on its owner randomly on life ticks.
Vars | |
curse_probability_modifier | A multiplier applied to the probability of the curse appearing every life tick |
---|---|
Procs | |
on_life | Signal proc for COMSIG_LIVING_LIFE. Has a chance of casting itself randomly. |
Var Details
curse_probability_modifier ![code/datums/mutations/void_magnet.dm 46](git.png)
A multiplier applied to the probability of the curse appearing every life tick
Proc Details
on_life
Signal proc for COMSIG_LIVING_LIFE. Has a chance of casting itself randomly.