summaryrefslogtreecommitdiff
path: root/src/game/bg_misc.c
diff options
context:
space:
mode:
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