1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-05 03:19:06 -05:00

Origins: Tank no longer free to activate if called

This commit is contained in:
Jbleezy
2024-01-05 23:10:06 -08:00
parent c748e38d6e
commit cc632f6456
3 changed files with 7 additions and 0 deletions

View File

@ -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
}