limp ![code/datums/status_effects/wound_effects.dm 28](git.png)
Vars | |
left | The left leg of the limping person |
---|---|
limp_chance_left | The chance we limp with the left leg each step it takes |
limp_chance_right | The chance we limp with the right leg each step it takes |
next_leg | Which leg we're limping with next |
right | The right leg of the limping person |
slowdown_left | How many deciseconds we limp for on the left leg |
slowdown_right | How many deciseconds we limp for on the right leg |
Procs | |
on_limb_removed | We need to make sure that we properly clear these refs if one of the owner's limbs gets deleted |
Var Details
left ![code/datums/status_effects/wound_effects.dm 36](git.png)
The left leg of the limping person
limp_chance_left ![code/datums/status_effects/wound_effects.dm 46](git.png)
The chance we limp with the left leg each step it takes
limp_chance_right ![code/datums/status_effects/wound_effects.dm 48](git.png)
The chance we limp with the right leg each step it takes
next_leg ![code/datums/status_effects/wound_effects.dm 40](git.png)
Which leg we're limping with next
right ![code/datums/status_effects/wound_effects.dm 38](git.png)
The right leg of the limping person
slowdown_left ![code/datums/status_effects/wound_effects.dm 42](git.png)
How many deciseconds we limp for on the left leg
slowdown_right ![code/datums/status_effects/wound_effects.dm 44](git.png)
How many deciseconds we limp for on the right leg
Proc Details
on_limb_removed
We need to make sure that we properly clear these refs if one of the owner's limbs gets deleted