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

Storm PSR: add on Tranzit

README: reorganize map specific weapon changes
This commit is contained in:
Jbleezy
2024-04-16 02:25:33 -07:00
parent 6dfc3303e9
commit 97a905c839
22 changed files with 961 additions and 11 deletions

View File

@ -599,6 +599,15 @@ set_dvars()
setDvar("sv_voice", 2);
setDvar("sv_voiceQuality", 9);
if (level.script == "zm_transit")
{
setDvar("bg_chargeShotMaxBulletsInQueue", 5);
}
else
{
setDvar("bg_chargeShotMaxBulletsInQueue", 3);
}
}
set_client_dvars()
@ -1648,6 +1657,11 @@ weapon_changes()
include_weapon("svu_zm", 0);
include_weapon("svu_upgraded_zm", 0);
add_zombie_weapon("svu_zm", "svu_upgraded_zm", &"ZOMBIE_WEAPON_SVU", 1000, "", "", undefined, 1);
include_weapon("metalstorm_mms_zm");
include_weapon("metalstorm_mms_upgraded_zm", 0);
add_limited_weapon("metalstorm_mms_zm", 1);
add_zombie_weapon("metalstorm_mms_zm", "metalstorm_mms_upgraded_zm", &"WEAPON_METALSTORM", 1000, "", "", undefined, 1);
}
if (level.script == "zm_prison")