goliath_tentacle
A tentacle which grabs you if you don't get away from it
Vars | |
action_timer | Timer for our current action stage |
---|---|
grapple_time | Time in which to grab people |
max_damage | Upper bound of damage to inflict |
min_damage | Lower bound of damage to inflict |
Procs | |
animate_grab | Change to next icon state and set up grapple |
grab | Grab everyone we share space with. If it's nobody, go home. |
retract | Play exit animation. |
Var Details
action_timer
Timer for our current action stage
grapple_time
Time in which to grab people
max_damage
Upper bound of damage to inflict
min_damage
Lower bound of damage to inflict
Proc Details
animate_grab
Change to next icon state and set up grapple
grab
Grab everyone we share space with. If it's nobody, go home.
retract
Play exit animation.