mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Ballista: fix weapon add
This commit is contained in:
parent
271a23bf66
commit
f7535a4da2
@ -1680,9 +1680,13 @@ weapon_changes()
|
||||
add_zombie_weapon( "saritch_zm", "saritch_upgraded_zm", &"ZOMBIE_WEAPON_SARITCH", 500, "wpck_smr", "", undefined, 1 );
|
||||
}
|
||||
|
||||
include_weapon( "ballista_zm", 0 );
|
||||
include_weapon( "ballista_upgraded_zm", 0 );
|
||||
add_zombie_weapon( "ballista_zm", "ballista_upgraded_zm", &"ZMWEAPON_BALLISTA_WALLBUY", 500, "wpck_snipe", "", undefined, 1 );
|
||||
if (!isdefined(level.zombie_weapons["ballista_zm"]))
|
||||
{
|
||||
level._effect["rottweil72_zm_fx"] = loadfx( "maps/zombie/fx_zmb_wall_buy_ballista" );
|
||||
include_weapon( "ballista_zm", 0 );
|
||||
include_weapon( "ballista_upgraded_zm", 0 );
|
||||
add_zombie_weapon( "ballista_zm", "ballista_upgraded_zm", &"ZMWEAPON_BALLISTA_WALLBUY", 500, "wpck_snipe", "", undefined, 1 );
|
||||
}
|
||||
|
||||
if (isdefined(level.zombie_weapons["python_zm"]))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user