code/__DEFINES/nightmare.dm 
NIGHTMARE_CTX_GLOBAL | Global Nightmare context: Performs any global game setup |
---|---|
NIGHTMARE_CTX_GROUND | Ground Map Context: Performs actions relevant to the ground map |
NIGHTMARE_CTX_SHIP | Ship Map Context: Performs actions relevant to the ship map |
NIGHTMARE_SCENARIO_HOSTILE_SURVIVOR | Hostile Survivor Scenarios |
NIGHTMARE_TASKFLAG_DISABLED | This task can not be executed |
NIGHTMARE_TASKFLAG_ONESHOT | This task can only be executed once |
Define Details
NIGHTMARE_CTX_GLOBAL 
Global Nightmare context: Performs any global game setup
NIGHTMARE_CTX_GROUND 
Ground Map Context: Performs actions relevant to the ground map
NIGHTMARE_CTX_SHIP 
Ship Map Context: Performs actions relevant to the ship map
NIGHTMARE_SCENARIO_HOSTILE_SURVIVOR 
Hostile Survivor Scenarios
NIGHTMARE_TASKFLAG_DISABLED 
This task can not be executed
NIGHTMARE_TASKFLAG_ONESHOT 
This task can only be executed once