From eea3aabc6c020d5aa5aefaf3f5a86de9db21cd93 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sun, 2 Apr 2023 19:53:29 -0700 Subject: [PATCH] PHD Flopper: deals same damage on all maps --- README.md | 3 +++ scripts/zm/_zm_reimagined.gsc | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a5c6855..5638db45 100644 --- a/README.md +++ b/README.md @@ -294,6 +294,9 @@ * Increased cost from 2000 to 2500 * Move 7% faster (normally only sprint 10% faster) +### PHD Flopper +* Deals same damage on all maps + ### Deadshot Daiquiri * Increases bullet headshot damage by 100% * Move faster while aiming diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 5aacb624..d9499718 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -250,6 +250,8 @@ post_all_players_spawned() level.zombie_vars["riotshield_hit_points"] = 1500; level.zombie_vars["emp_stun_range"] = 420; 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; level.explode_overheated_jetgun = 0; level.unbuild_overheated_jetgun = 0; level.take_overheated_jetgun = 1;