1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-26 23:20:34 -05:00

Meat powerup: decrease time on players

Encounter: add confirms on scoreboard and downed points reward for Meat and EMP Grenade
This commit is contained in:
Jbleezy
2023-12-27 18:07:01 -08:00
parent 7b30d395f5
commit 440579df67
3 changed files with 24 additions and 4 deletions

View File

@ -445,7 +445,7 @@ meat_stink_player(who, owner)
who thread meat_stink_ignoreme_think();
who thread meat_stink_player_create();
who waittill_any_or_timeout(30, "disconnect", "player_downed", "bled_out", "spawned_player");
who waittill_any_or_timeout(15, "disconnect", "player_downed", "bled_out", "spawned_player");
who notify("meat_stink_player_end");
players = get_players();