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

Tranzit: add PDW-57

This commit is contained in:
Jbleezy
2024-03-21 12:49:23 -07:00
parent be348876c8
commit 4ef402960d
13 changed files with 134 additions and 0 deletions

View File

@ -1465,6 +1465,10 @@ weapon_changes()
include_weapon("an94_zm", 0);
include_weapon("an94_upgraded_zm", 0);
add_zombie_weapon("an94_zm", "an94_upgraded_zm", &"ZOMBIE_WEAPON_AN94", 1500, "", "", undefined, 1);
include_weapon("pdw57_zm", 0);
include_weapon("pdw57_upgraded_zm", 0);
add_zombie_weapon("pdw57_zm", "pdw57_upgraded_zm", &"ZOMBIE_WEAPON_PDW57", 1000, "", "", undefined, 1);
}
if (level.script == "zm_prison")

View File

@ -47,4 +47,5 @@ start_zombie_stuff()
init_level_specific_wall_buy_fx()
{
level._effect["an94_zm_fx"] = loadfx("maps/zombie/fx_zmb_wall_buy_an94");
level._effect["pdw57_zm_fx"] = loadfx("maps/zombie/fx_zmb_wall_buy_pdw57");
}

View File

@ -170,6 +170,7 @@ include_weapons()
init_level_specific_wall_buy_fx()
{
level._effect["an94_zm_fx"] = loadfx("maps/zombie/fx_zmb_wall_buy_an94");
level._effect["pdw57_zm_fx"] = loadfx("maps/zombie/fx_zmb_wall_buy_pdw57");
}
lava_damage_depot()