/datum/action/cooldown/spell/teleport/area_teleport
        
    
            
        
A subtype of teleport that will teleport the caster to a random turf within a selected (or random) area.
| Vars | |
| invocation_says_area | If the invocation appends the selected area when said. Requires invocation mode shout or whisper. | 
|---|---|
| last_chosen_area_name | The last area we chose to teleport / where we're currently teleporting to, if mid-cast | 
| randomise_selection | If FALSE, the caster can select the destination area. If TRUE, they will teleport to somewhere randomly instead. | 
Var Details
invocation_says_area
            
        
    
            
        
        If the invocation appends the selected area when said. Requires invocation mode shout or whisper.
last_chosen_area_name
            
        
    
            
        
        The last area we chose to teleport / where we're currently teleporting to, if mid-cast
randomise_selection
            
        
    
            
        
        If FALSE, the caster can select the destination area. If TRUE, they will teleport to somewhere randomly instead.