1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-28 08:00:14 -05:00

PHD Flopper: damages all zombies at once

This commit is contained in:
Jbleezy
2023-04-02 20:55:40 -07:00
parent 5b15ec6eb5
commit cf8cd4696a
2 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,7 @@
### PHD Flopper
* Deals same damage on all maps
* Damages all zombies at once on all maps
### Deadshot Daiquiri
* Increases bullet headshot damage by 100%

View File

@ -235,6 +235,7 @@ post_all_players_spawned()
level.packapunch_timeout = 12;
level.perk_purchase_limit = 9;
level._random_zombie_perk_cost = 2500;
level.flopper_network_optimized = 0;
level.equipment_etrap_needs_power = 0;
level.equipment_turret_needs_power = 0;
level.equipment_subwoofer_needs_power = 0;