diff options
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 9148cb0..e668b14 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_3, //int stages + STAGE_GE_2, //int stages LEVEL1_HEALTH, //int health; 0.0f, //float fallDamage; LEVEL1_REGEN, //float regenRate; |