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

Time Bomb: add back placed indicator

Time Bomb: remove round number on placed indicator
This commit is contained in:
Jbleezy
2024-06-14 21:00:42 -07:00
parent eab380b174
commit 382b22831f
2 changed files with 79 additions and 1 deletions

View File

@ -108,7 +108,7 @@ time_bomb_think()
if (isdefined(str_grenade_name) && str_grenade_name == "time_bomb_zm")
{
e_grenade thread setup_time_bomb_detonation_model();
time_bomb_saves_data(0);
time_bomb_saves_data();
e_grenade time_bomb_model_init();
self thread swap_weapon_to_detonator(e_grenade);
self thread time_bomb_thrown_vo();