diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-06-22 15:59:40 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-06-22 15:59:40 +0200 |
commit | 43763238a0187c885482283c8d7e5ae0137423b5 (patch) | |
tree | 132fe778c611b006e66795b4d47c79043a13c57e /src/game/bg_misc.c | |
parent | 4f02df7e08cd3f16e3e1a048749b0c688346a60a (diff) |
Remove Cloak.
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 |