code/__DEFINES/station_defines.dm 
| STATION_TRAIT_ABSTRACT | For traits that shouldn't be selected, like abstract types (wow) | 
|---|---|
| STATION_TRAIT_PLANETARY | Only run on planet stations | 
| STATION_TRAIT_SPACE_BOUND | Only run on space stations | 
| STATION_TRAIT_MAP_UNRESTRICTED | Not restricted by space or planet, can always just happen | 
| FUTURE_STATION_TRAITS_FILE | The data file that future station traits forced by an admin are stored in | 
Define Details
FUTURE_STATION_TRAITS_FILE 
The data file that future station traits forced by an admin are stored in
STATION_TRAIT_ABSTRACT 
For traits that shouldn't be selected, like abstract types (wow)
STATION_TRAIT_MAP_UNRESTRICTED 
Not restricted by space or planet, can always just happen
STATION_TRAIT_PLANETARY 
Only run on planet stations
STATION_TRAIT_SPACE_BOUND 
Only run on space stations