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

Tranzit: add SVU-AS

This commit is contained in:
Jbleezy
2024-03-21 13:15:41 -07:00
parent 4ef402960d
commit f1f4dffcaa
10 changed files with 146 additions and 0 deletions

View File

@ -171,6 +171,7 @@ 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");
level._effect["svu_zm_fx"] = loadfx("maps/zombie/fx_zmb_wall_buy_svuas");
}
lava_damage_depot()