mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 18:47:59 -05:00
fixed zombie blood not being an option to disable
This commit is contained in:
parent
572863d1dd
commit
adf15a9736
@ -259,7 +259,7 @@ checks()
|
|||||||
|
|
||||||
disable_specific_powerups()
|
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;
|
array = level.powerupNames;
|
||||||
//all powerups are enabled by default disable them manually
|
//all powerups are enabled by default disable them manually
|
||||||
//remove nukes from the drop cycle and special drops
|
//remove nukes from the drop cycle and special drops
|
||||||
|
Loading…
x
Reference in New Issue
Block a user