Lavish Serpent 
        
    
            
        
| Vars | |
| allow_pulling | Allow / disallow pulling | 
|---|---|
| back | Previous segment in the chain | 
| current_stacks | Currently eaten arms | 
| 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 chain links to force move onto a single tile | 
| has_gravity | next link previous link current link | 
| update_chain_links | Updates the next mob in the chain to move to our last location, fixed the worm if somehow broken. | 
Var Details
allow_pulling
            
        
    
            
        
        Allow / disallow pulling
back
            
        
    
            
        
        Previous segment in the chain
current_stacks
            
        
    
            
        
        Currently eaten arms
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 chain links to force move onto a single tile
has_gravity
next link previous link current link
update_chain_links
Updates the next mob in the chain to move to our last location, fixed the worm if somehow broken.