mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Mk 48: replace RPD
This commit is contained in:
@ -1561,6 +1561,15 @@ weapon_changes()
|
||||
add_zombie_weapon("sa58_zm", "sa58_upgraded_zm", &"WEAPON_SA58", 1000, "wpck_fal", "", undefined, 1);
|
||||
}
|
||||
|
||||
if (isdefined(level.zombie_weapons["rpd_zm"]))
|
||||
{
|
||||
level.zombie_weapons["rpd_zm"].is_in_box = 0;
|
||||
|
||||
include_weapon("mk48_zm");
|
||||
include_weapon("mk48_upgraded_zm", 0);
|
||||
add_zombie_weapon("mk48_zm", "mk48_upgraded_zm", &"WEAPON_MK48", 1000, "wpck_rpd", "", undefined, 1);
|
||||
}
|
||||
|
||||
if (level.script == "zm_transit" || level.script == "zm_nuked" || level.script == "zm_highrise" || level.script == "zm_prison")
|
||||
{
|
||||
level.zombie_lethal_grenade_player_init = "sticky_grenade_zm";
|
||||
|
Reference in New Issue
Block a user