mirror of
https://github.com/ENSL/NS.git
synced 2024-11-10 15:21:54 +00:00
o Added the missing end game texts from 3.1:
- The TSA Marines have exterminated the alien infestation - The alien Kharaa have eradicated the human presence o Increased JP cost: 35 -> 45 res git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@419 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
0e97b3fb95
commit
03418fc3fe
2 changed files with 3 additions and 3 deletions
|
@ -167,7 +167,7 @@
|
|||
#define kInfantryPortalCost 20
|
||||
#define kInfantryPortalHealth 2500
|
||||
#define kJetpackCost 10
|
||||
#define kJetpacksResearchCost 35
|
||||
#define kJetpacksResearchCost 45
|
||||
#define kJetpacksResearchTime 75
|
||||
#define kKNDamage 30
|
||||
#define kKillRewardMax 3
|
||||
|
|
|
@ -1594,12 +1594,12 @@ There are too many webs nearby.
|
|||
|
||||
TeamOneWon
|
||||
{
|
||||
The marines won the game!
|
||||
The TSA Marines have exterminated the alien infestation!
|
||||
}
|
||||
|
||||
TeamTwoWon
|
||||
{
|
||||
The aliens won the game!
|
||||
The alien Kharaa have eradicated the human presence!
|
||||
}
|
||||
|
||||
GameDraw
|
||||
|
|
Loading…
Reference in a new issue