fixed zombie blood not being an option to disable

This commit is contained in:
JezuzLizard 2020-05-02 18:34:26 -07:00 committed by GitHub
parent 572863d1dd
commit adf15a9736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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