1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 23:27:57 -05:00

M27 and SCAR-H: change maps

M27: add sounds
This commit is contained in:
Jbleezy
2024-02-19 21:00:11 -08:00
parent b243e04c0e
commit 651f861687
3 changed files with 45 additions and 10 deletions

View File

@ -1564,20 +1564,13 @@ weapon_changes()
level.zombie_weapons["galil_zm"].is_in_box = 0;
}
if (!isdefined(level.zombie_weapons["hk416_zm"]))
if (level.script == "zm_transit" || level.script == "zm_highrise" || level.script == "zm_buried")
{
include_weapon("hk416_zm");
include_weapon("hk416_upgraded_zm", 0);
add_zombie_weapon("hk416_zm", "hk416_upgraded_zm", &"ZOMBIE_WEAPON_HK416", 1000, "", "", undefined);
}
if (!isdefined(level.zombie_weapons["scar_zm"]))
{
include_weapon("scar_zm");
include_weapon("scar_upgraded_zm", 0);
add_zombie_weapon("scar_zm", "scar_upgraded_zm", &"ZOMBIE_WEAPON_SCAR", 1000, "wpck_rifle", "", undefined, 1);
}
if (isdefined(level.zombie_weapons["fnfal_zm"]))
{
level.zombie_weapons["fnfal_zm"].is_in_box = 0;