mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-07 21:59:49 -05:00
Origins: Tank no longer free to activate if called
This commit is contained in:
parent
c748e38d6e
commit
cc632f6456
@ -894,6 +894,7 @@
|
||||
* Giant Robots: each robot has an openable foot when 3 robots are active
|
||||
* Tank: players can go prone
|
||||
* Tank: changed cooldown to 30 seconds (normally 2-120 seconds depending on how long players were on the tank)
|
||||
* Tank: no longer free to activate if called
|
||||
* Teleporters: stay active after picking up gramophone
|
||||
* Teleporters: placing gramophone activates The Crazy Place teleporters
|
||||
* Teleporters: players face away from the teleporters when returning from The Crazy Place
|
||||
|
@ -68,3 +68,8 @@ wait_for_tank_cooldown()
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user