diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-06-26 14:20:10 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-06-26 14:20:10 +0200 |
commit | 1d197378168a3cb9edbda57899976084a9121e7b (patch) | |
tree | bdad2cddbd3577cac0020e896b7c838bb5262337 /src/game/bg_misc.c | |
parent | 7ea0e9de3459b4caa9b35b71f742b658b38ef151 (diff) |
Move Wraith to S3.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 01ea756..9148cb0 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2265,7 +2265,7 @@ static const classAttributes_t bg_classList[ ] = "and pass through buildings and other players. In this state " "the Wraith cannot be seen, heard or hurt. Provides a healing " "aura that accelerates the healing rate of nearby aliens.", - STAGE_GE_1, //int stages + STAGE_GE_3, //int stages LEVEL1_HEALTH, //int health; 0.0f, //float fallDamage; LEVEL1_REGEN, //float regenRate; |