From 1d197378168a3cb9edbda57899976084a9121e7b Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 26 Jun 2015 14:20:10 +0200 Subject: Move Wraith to S3. --- src/game/bg_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit