From be6717d194c33d61a906aa92c3de9520bf1d3259 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Fri, 26 Jun 2015 15:52:37 +0200 Subject: Move Wraith to S2. --- 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 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; -- cgit