-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#define QUEEN_DEATH_COUNTDOWN 10 MINUTES | ||
|
||
#define MODE_INFESTATION_X_MAJOR "Xenomorph Major Victory" | ||
#define MODE_INFESTATION_M_MAJOR "Marine Major Victory" | ||
#define MODE_INFESTATION_X_MINOR "Xenomorph Minor Victory" | ||
#define MODE_INFESTATION_M_MINOR "Marine Minor Victory" | ||
#define MODE_INFESTATION_DRAW_DEATH "DRAW: Mutual Annihilation" | ||
|
||
#define MODE_INFECTION_ZOMBIE_WIN "Major Zombie Victory" | ||
|
||
#define MODE_BATTLEFIELD_W_MAJOR "Wey-Yu PMC Major Success" | ||
#define MODE_BATTLEFIELD_M_MAJOR "Marine Major Success" | ||
#define MODE_BATTLEFIELD_W_MINOR "Wey-Yu PMC Minor Success" | ||
#define MODE_BATTLEFIELD_M_MINOR "Marine Minor Success" | ||
#define MODE_BATTLEFIELD_DRAW_STALEMATE "DRAW: Stalemate" | ||
#define MODE_BATTLEFIELD_DRAW_DEATH "DRAW: My Friends Are Dead" | ||
|
||
#define MODE_GENERIC_DRAW_NUKE "DRAW: Nuclear Explosion" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters