status_effect ![code/datums/status_effects/status_effect.dm 5](git.png)
Vars | |
blocks_sprint | If this is TRUE, the user will have sprint forcefully disabled while this is active. |
---|---|
mob_mood | Living mob's mood datum |
status_type | How many of the effect can be on one mob, and what happens when you try to add another |
tick | do we tick()? |
Procs | |
action_cooldown_mod | Multiplied to clickdelays |
before_remove | Called before being removed; returning FALSE will cancel removal |
Var Details
blocks_sprint ![code/datums/status_effects/status_effect.dm 17](git.png)
If this is TRUE, the user will have sprint forcefully disabled while this is active.
mob_mood ![code/datums/status_effects/status_effect.dm 24](git.png)
Living mob's mood datum
status_type ![code/datums/status_effects/status_effect.dm 20](git.png)
How many of the effect can be on one mob, and what happens when you try to add another
tick ![code/datums/status_effects/status_effect.dm 9](git.png)
do we tick()?
Proc Details
action_cooldown_mod
Multiplied to clickdelays
before_remove
Called before being removed; returning FALSE will cancel removal