mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Origins: Tank no longer free to activate if called
This commit is contained in:
@ -67,4 +67,9 @@ wait_for_tank_cooldown()
|
||||
level notify("stp_cd");
|
||||
self playsound("zmb_tank_ready");
|
||||
self playloopsound("zmb_tank_idle");
|
||||
}
|
||||
|
||||
activate_tank_wait_with_no_cost()
|
||||
{
|
||||
// removed
|
||||
}
|
@ -35,6 +35,7 @@ main()
|
||||
replaceFunc(maps\mp\zm_tomb_giant_robot::robot_cycling, scripts\zm\replaced\zm_tomb_giant_robot::robot_cycling);
|
||||
replaceFunc(maps\mp\zm_tomb_tank::players_on_tank_update, scripts\zm\replaced\zm_tomb_tank::players_on_tank_update);
|
||||
replaceFunc(maps\mp\zm_tomb_tank::wait_for_tank_cooldown, scripts\zm\replaced\zm_tomb_tank::wait_for_tank_cooldown);
|
||||
replaceFunc(maps\mp\zm_tomb_tank::activate_tank_wait_with_no_cost, scripts\zm\replaced\zm_tomb_tank::activate_tank_wait_with_no_cost);
|
||||
replaceFunc(maps\mp\zm_tomb_teleporter::teleporter_init, scripts\zm\replaced\zm_tomb_teleporter::teleporter_init);
|
||||
replaceFunc(maps\mp\zm_tomb_utility::update_staff_accessories, scripts\zm\replaced\zm_tomb_utility::update_staff_accessories);
|
||||
replaceFunc(maps\mp\zm_tomb_utility::check_solo_status, scripts\zm\replaced\zm_tomb_utility::check_solo_status);
|
||||
|
Reference in New Issue
Block a user