/datum/element/climbable
        
    
            
        
| Vars | |
| climb_stun | Stun duration for when you get onto the object | 
|---|---|
| climb_time | Time it takes to climb onto the object | 
| current_climbers | Assoc list of object being climbed on - climbers. This allows us to check who needs to be shoved off a climbable object when its clicked on. | 
| Procs | |
| mousedrop_receive | Handles climbing onto the atom when you click-drag | 
| try_speedrun | Tries to climb onto the target if the forced movement of the mob allows it | 
Var Details
climb_stun
            
        
    
            
        
        Stun duration for when you get onto the object
climb_time
            
        
    
            
        
        Time it takes to climb onto the object
current_climbers
            
        
    
            
        
        Assoc list of object being climbed on - climbers. This allows us to check who needs to be shoved off a climbable object when its clicked on.
Proc Details
mousedrop_receive
Handles climbing onto the atom when you click-drag
try_speedrun
Tries to climb onto the target if the forced movement of the mob allows it