From dd07146cfbee9316c95f06c04687aa4d45887407 Mon Sep 17 00:00:00 2001 From: Vizzyz Date: Tue, 7 Apr 2026 00:48:58 -0500 Subject: [PATCH] metrocop zombie health fixes bug where npc_metrozombie dies in one hit --- sp/game/mod_ez1/cfg/skill.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sp/game/mod_ez1/cfg/skill.cfg b/sp/game/mod_ez1/cfg/skill.cfg index d7c86152633..631ac4a13d0 100644 --- a/sp/game/mod_ez1/cfg/skill.cfg +++ b/sp/game/mod_ez1/cfg/skill.cfg @@ -87,6 +87,9 @@ sk_zombie_dmg_both_slash "50" sk_zombie_poison_health "250" sk_zombie_poison_dmg_spit "20" +// Metrocop Zombie +sk_zombiecop_health "150" + //Antlion sk_antlion_health "30" sk_antlion_swipe_damage "5" @@ -247,4 +250,4 @@ sk_player_leg "1" sk_ally_regen_time "0.2" // Jeep -sk_max_gauss_round "30" \ No newline at end of file +sk_max_gauss_round "30"