diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-07-06 15:54:44 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-07-06 15:54:44 +0300 |
commit | a7af4c67c3e5e4b02fa89aaa2443f83c66d06cfb (patch) | |
tree | ad70cc5f085635e289432437c225816b55e6917e /src/game/bg_misc.c | |
parent | 5034af293e7b83c40b5f5de836c04c012737bf1c (diff) |
Updated the descriptions of some alien classes.
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index a11451b..e402982 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2407,7 +2407,8 @@ static const classAttributes_t bg_classList[ ] = PCL_ALIEN_LEVEL2_UPG, //int classnum; "level2upg", //char *classname; "The Advanced Marauder has all the abilities of the basic Marauder " - "with the addition of an area effect electric shock attack.", + "with the addition of a zap attack that chains through other " + "adv. marauders and can explode mines.", ( 1 << S2 )|( 1 << S3 ), //int stages LEVEL2_UPG_HEALTH, //int health; 0.0f, //float fallDamage; @@ -2433,9 +2434,9 @@ static const classAttributes_t bg_classList[ ] = { PCL_ALIEN_LEVEL5, //int classnum; "level5", //char *classname; - "The Hummel can fly by pressing run / walk button" - "or bind a button with /bind BUTTON +speed /" - "set a key in Options/Controls/HummelFly", + "The Hummel is a flying alien with air pounce ability, " + "fast melee attacks and unlimited low damage shooting attack " + "that does not spread poison.", ( 1 << S2 )|( 1 << S3 ), //int stages LEVEL5_UPG_HEALTH, //int health; 0.0f, //float fallDamage; |