summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
authorPaweł Redman <trem.redman@gmail.com>2013-09-12 18:28:16 +0200
committerPaweł Redman <trem.redman@gmail.com>2013-09-12 18:28:16 +0200
commit85d99859798982dd88c7de8d8b7a71d4ac4b4a2b (patch)
treebb44591d336ee20d4944f59db8ea0fdb98aeb237 /src/game/bg_misc.c
parent37b8af1e6eb90378f1290b5130c8b6882b06a219 (diff)
0.1.4
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r--src/game/bg_misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index 3b667a9..a9ae715 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -2781,11 +2781,12 @@ static const upgradeAttributes_t bg_upgrades[ ] =
{
UP_BIORES, //int upgradeNum;
BIORES_PRICE, //int price;
- ( 1 << S2 )|( 1 << S3 ), //int stages
+ ( 1 << S2 )|( 1 << S3 ),//int stages
SLOT_NONE, //int slots;
"biores", //char *upgradeName;
"Biores", //char *humanName;
- "figure out a description later",
+ "A bioresistance implant that enhances the user's natural ability "
+ "to heal",
"icons/iconu_biokit",
qtrue, //qboolean purchasable
qfalse, //qboolean usable