code/__DEFINES/anomalies.dm 
            
        
| ANOMALY_FLUX | Defines for anomaly types | 
|---|---|
| ANOMALY_AREA_BLACKLIST | Defines for area allowances | 
| ANOMALY_FLUX_NO_EXPLOSION | Defines for the different types of explosion a flux anomaly can have | 
| ANOMALY_RADIATION_NO_GOAT | Defines if rad anomaly can spawn rad goat can have | 
| ANOMALY_COUNTDOWN_TIMER | |
| ANOMALY_START_MEDIUM_TIME | Nuisance/funny anomalies Time in seconds before anomaly spawns | 
| ANOMALY_ANNOUNCE_MEDIUM_TIME | Time in seconds before anomaly is announced | 
| ANOMALY_ANNOUNCE_MEDIUM_TEXT | Let them know how far away the anomaly is | 
| ANOMALY_START_HARMFUL_TIME | Chaotic but not harmful anomalies. Give the station a chance to find it on their own. Time in seconds before anomaly spawns | 
| ANOMALY_ANNOUNCE_HARMFUL_TIME | Time in seconds before anomaly is announced | 
| ANOMALY_ANNOUNCE_HARMFUL_TEXT | Let them know how far away the anomaly is | 
| ANOMALY_START_DANGEROUS_TIME | Anomalies that can fuck you up. Give them a bit of warning. Time in seconds before anomaly spawns | 
| ANOMALY_ANNOUNCE_DANGEROUS_TIME | Time in seconds before anomaly is announced | 
| ANOMALY_ANNOUNCE_DANGEROUS_TEXT | Let them know how far away the anomaly is | 
Define Details
ANOMALY_ANNOUNCE_DANGEROUS_TEXT
            
         
    
    Let them know how far away the anomaly is
ANOMALY_ANNOUNCE_DANGEROUS_TIME
            
         
    
    Time in seconds before anomaly is announced
ANOMALY_ANNOUNCE_HARMFUL_TEXT
            
         
    
    Let them know how far away the anomaly is
ANOMALY_ANNOUNCE_HARMFUL_TIME
            
         
    
    Time in seconds before anomaly is announced
ANOMALY_ANNOUNCE_MEDIUM_TEXT
            
         
    
    Let them know how far away the anomaly is
ANOMALY_ANNOUNCE_MEDIUM_TIME
            
         
    
    Time in seconds before anomaly is announced
ANOMALY_AREA_BLACKLIST
            
         
    
    Defines for area allowances
ANOMALY_COUNTDOWN_TIMER
            
         
    
    This file contains defines for the random event anomaly subtypes. Time in ticks before the anomaly goes poof/explodes depending on type.
ANOMALY_FLUX
            
         
    
    Defines for anomaly types
ANOMALY_FLUX_NO_EXPLOSION
            
         
    
    Defines for the different types of explosion a flux anomaly can have
ANOMALY_RADIATION_NO_GOAT
            
         
    
    Defines if rad anomaly can spawn rad goat can have
ANOMALY_START_DANGEROUS_TIME
            
         
    
    Anomalies that can fuck you up. Give them a bit of warning. Time in seconds before anomaly spawns
ANOMALY_START_HARMFUL_TIME
            
         
    
    Chaotic but not harmful anomalies. Give the station a chance to find it on their own. Time in seconds before anomaly spawns
ANOMALY_START_MEDIUM_TIME
            
         
    
    Nuisance/funny anomalies Time in seconds before anomaly spawns