From adf15a9736a860bd35b9d2de36565c45a26502b6 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Sat, 2 May 2020 18:34:26 -0700 Subject: [PATCH] fixed zombie blood not being an option to disable --- Configuration Mod/_clientids.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration Mod/_clientids.gsc b/Configuration Mod/_clientids.gsc index 88ca06b..04aa09c 100644 --- a/Configuration Mod/_clientids.gsc +++ b/Configuration Mod/_clientids.gsc @@ -259,7 +259,7 @@ checks() disable_specific_powerups() { - level.powerupNames = array( "nuke", "insta_kill", "full_ammo", "double_points", "fire_sale", "free_perk", "carpenter" ); + level.powerupNames = array( "nuke", "insta_kill", "full_ammo", "double_points", "fire_sale", "free_perk", "carpenter", "zombie_blood" ); array = level.powerupNames; //all powerups are enabled by default disable them manually //remove nukes from the drop cycle and special drops