/datum/action/cooldown/spell/basic_projectile
        
    
            
        
Simply fires specified projectile type the direction the caster is facing.
Behavior could / should probably be unified with pointed projectile spells and aoe projectile spells in the future.
| Vars | |
| projectile_range | How far we try to fire the basic projectile. Blocked by dense objects. | 
|---|---|
| projectile_type | The projectile type fired at all people around us | 
Var Details
projectile_range
            
        
    
            
        
        How far we try to fire the basic projectile. Blocked by dense objects.
projectile_type
            
        
    
            
        
        The projectile type fired at all people around us