/tg/ Station 13 - Modules - TypesVar Details - Proc Details

goliath_tentacle

A tentacle which grabs you if you don't get away from it

Vars

action_timerTimer for our current action stage
grapple_timeTime in which to grab people
max_damageUpper bound of damage to inflict
min_damageLower bound of damage to inflict

Procs

animate_grabChange to next icon state and set up grapple
grabGrab everyone we share space with. If it's nobody, go home.
retractPlay 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.