1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-27 07:30:09 -05:00

Pack-a-Punch: decrease weapon pickup time

This commit is contained in:
Jbleezy
2022-01-02 16:24:33 -08:00
parent 18b0ef282e
commit f0b7e9e0f3
2 changed files with 4 additions and 0 deletions

View File

@ -154,6 +154,9 @@
### Vulture-Aid
* Stink areas no longer activate while the player is moving
## Pack-a-Punch
* Decreased weapon pickup time from 15 seconds to 12 seconds
## Powerups
### Carpenter

View File

@ -150,6 +150,7 @@ post_all_players_spawned()
level.near_miss = 2; // makes screecher not run away first time on solo
level.magicbox_timeout = 9;
level.packapunch_timeout = 12;
level.equipment_etrap_needs_power = 0;
level.equipment_turret_needs_power = 0;
level.equipment_subwoofer_needs_power = 0;