diff options
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 0bb7bf0..8a993aa 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -3759,22 +3759,6 @@ static const upgradeAttributes_t bg_upgrades[ ] = TEAM_HUMANS //team_t team; }, { - UP_CLOAK, //int upgradeNum; - CLOAK_PRICE, //int price; - STAGE_GE_4, //int stages - SLOT_NONE, //int slots; - "cloak", //char *upgradeName; - "[yecloa]Cloak", //char *humanName; - "Invisibility cloak that can be used to sneak up on aliens " - "without being seen. The cloak lasts for 30 seconds once it " - "is activated. Back-mounted battery pack and jet pack will " - "stay visible.", - "icons/iconu_cloak", - qtrue, //qboolean purchasable - qtrue, //qboolean usable - TEAM_HUMANS //team_t team; - }, - { UP_BATTPACK, //int upgradeNum; BATTPACK_PRICE, //int price; STAGE_GE_3, //int stages |