1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-09 23:02:53 -05:00
Files
BO2-Reimagined/scripts/zm/zm_prison/zm_prison_reimagined.csc
2024-01-10 03:31:38 -08:00

12 lines
327 B
Plaintext

#include clientscripts\mp\_utility;
#include clientscripts\mp\zombies\_zm_utility;
main()
{
if (is_gametype_active("zstandard"))
{
level.zombiemode_using_additionalprimaryweapon_perk = 1;
level.zombiemode_using_divetonuke_perk = 1;
clientscripts\mp\zombies\_zm_perk_divetonuke::enable_divetonuke_perk_for_level();
}
}