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

EMP Grenade: decrease perk machine EMP time

This commit is contained in:
Jbleezy
2023-05-05 22:45:06 -07:00
parent f6819bb904
commit 97b7053f8c
2 changed files with 3 additions and 1 deletions

View File

@ -192,7 +192,8 @@
* No longer disables HUD
* Disables player's perks for 30 seconds
* Added fx to EMP'd players
* Decreased zombie EMP radius by 30% (same radius as perk EMP)
* Decreased zombie EMP radius by 30% (same radius as perk machine EMP)
* Decreased perk machine EMP time from 90 seconds to 60 seconds
* Can destroy deployed Zombie Shields
* Sprinting no longer wakes up EMP'd zombies
* Zombies that are in the ground can no longer get EMP'd

View File

@ -365,6 +365,7 @@ post_all_players_spawned()
level.zombie_vars["riotshield_hit_points"] = 1500;
level.zombie_vars["emp_stun_range"] = 420;
level.zombie_vars["emp_perk_off_time"] = 60;
level.zombie_vars["slipgun_reslip_rate"] = 0;
level.zombie_vars["zombie_perk_divetonuke_min_damage"] = 1000;
level.zombie_vars["zombie_perk_divetonuke_max_damage"] = 5000;