magboots ![code/modules/clothing/shoes/magboots.dm 4](git.png)
Vars | |
active_traits | A list of traits we apply when we get activated |
---|---|
fishing_modifier | How much do these boots affect fishing when not active |
magpulse | Whether the magpulse system is active |
magpulse_fishing_modifier | How much do these boots affect fishing when active |
slowdown_active | Slowdown applied wwhen magpulse is active. This is added onto existing slowdown |
Procs | |
on_speed_potioned | Signal handler for COMSIG_SPEED_POTION_APPLIED. Speed potion removes the active slowdown |
Var Details
active_traits ![code/modules/clothing/shoes/magboots.dm 22](git.png)
A list of traits we apply when we get activated
fishing_modifier ![code/modules/clothing/shoes/magboots.dm 26](git.png)
How much do these boots affect fishing when not active
magpulse ![code/modules/clothing/shoes/magboots.dm 18](git.png)
Whether the magpulse system is active
magpulse_fishing_modifier ![code/modules/clothing/shoes/magboots.dm 24](git.png)
How much do these boots affect fishing when active
slowdown_active ![code/modules/clothing/shoes/magboots.dm 20](git.png)
Slowdown applied wwhen magpulse is active. This is added onto existing slowdown
Proc Details
on_speed_potioned
Signal handler for COMSIG_SPEED_POTION_APPLIED. Speed potion removes the active slowdown