mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Fix all of the define sanity failures, either by adding an `#undef` where needed or moving them to a file in `code/__DEFINES` 
24 lines
481 B
Plaintext
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"
|