armsy

The "Terror of the Night" / Armsy, a large worm made of multiple bodyparts that occupies multiple tiles
Vars | |
| allow_pulling | Allow / disallow pulling |
|---|---|
| back | Previous segment in the chain |
| current_stacks | Currently eaten arms |
| follow | Does this follow other pieces? |
| front | Next segment in the chain |
| oldloc | Your old location |
| stacks_to_grow | How many arms do we have to eat to expand? |
Procs | |
| contract_next_chain_into_single_tile | Updates every body in the chain to force move onto a single tile. |
| update_chain_links | Updates the next mob in the chain to move to our last location. Fixes the chain if somehow broken. |
Var Details
allow_pulling

Allow / disallow pulling
back

Previous segment in the chain
current_stacks

Currently eaten arms
follow

Does this follow other pieces?
front

Next segment in the chain
oldloc

Your old location
stacks_to_grow

How many arms do we have to eat to expand?
Proc Details
contract_next_chain_into_single_tile
Updates every body in the chain to force move onto a single tile.
update_chain_links
Updates the next mob in the chain to move to our last location. Fixes the chain if somehow broken.