Files
Bubberstation/code/__DEFINES/~skyrat_defines/factions.dm
Roxy 5020cec410 Fix define sanity linter failures (#3209)
Fix all of the define sanity failures, either by adding an `#undef`
where needed or moving them to a file in `code/__DEFINES`

![image](https://github.com/user-attachments/assets/abd76dcd-d610-4567-801e-ee7fc477d58c)
2025-03-06 03:24:59 -05:00

24 lines
481 B
Plaintext

// Black Mesa away mission factions
#define FACTION_XEN "xen"
#define FACTION_HECU "hecu"
#define FACTION_BLACKOPS "blackops"
#define FACTION_BLACKMESA "blackmesa"
// ERT faction
#define FACTION_ERT "ert"
// Clock cult's faction
#define FACTION_CLOCK "clock"
#define FACTION_RAIDER "raider"
// Tarkon faction
#define FACTION_TARKON "tarkon"
// Ruin Turret faction
#define FACTION_MALF_TURRET "malf-turret"
// Decay subsystem nest faction
#define NEST_FACTION "nest spawned"