/datum/event_admin_setup/minimum_candidate_requirement
        
    
            
        
For events that mandate a set number of candidates to function
| Vars | |
| min_candidates | Minimum number of candidates for the event to function | 
|---|---|
| output_text | Text shown when there are not enough candidates | 
| Procs | |
| count_candidates | Checks for candidates. Should return the total number of candidates | 
Var Details
min_candidates
            
        
    
            
        
        Minimum number of candidates for the event to function
output_text
            
        
    
            
        
        Text shown when there are not enough candidates
Proc Details
count_candidates
Checks for candidates. Should return the total number of candidates