/datum/round_event/antagonist/solo
        
    
            
        
| Vars | |
| antag_count | The antag count passed from control | 
|---|---|
| antag_datum | The antag datum passed from control | 
| antag_flag | The antag flag passed from control | 
| extra_spawned_events | DO NOT SET THIS MANUALLY, THIS IS INHERITED FROM THE EVENT CONTROLLER ON NEW | 
| prompted_picking | Whether we prompt the players before picking them. | 
| restricted_roles | The restricted roles (jobs) passed from control | 
| setup_minds | The minds we've setup in setup() and need to finalize in start() | 
Var Details
antag_count
            
        
    
            
        
        The antag count passed from control
antag_datum
            
        
    
            
        
        The antag datum passed from control
antag_flag
            
        
    
            
        
        The antag flag passed from control
extra_spawned_events
            
        
    
            
        
        DO NOT SET THIS MANUALLY, THIS IS INHERITED FROM THE EVENT CONTROLLER ON NEW
prompted_picking
            
        
    
            
        
        Whether we prompt the players before picking them.
restricted_roles
            
        
    
            
        
        The restricted roles (jobs) passed from control
setup_minds
            
        
    
            
        
        The minds we've setup in setup() and need to finalize in start()