1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 23:57:59 -05:00

Encounter: add wait before into text for hotjoiners

Stop intro text on end_game
This commit is contained in:
Jbleezy
2022-02-08 01:39:54 -08:00
parent 2a0b907c13
commit 70b8a267a6

View File

@ -1356,6 +1356,7 @@ wait_and_award_grenades()
grief_intro_text()
{
level endon("end_game");
self endon("disconnect");
// player spawns for a frame when hotjoining
@ -1364,6 +1365,10 @@ grief_intro_text()
self waittill( "spawned_spectator" );
self waittill( "spawned_player" );
}
else
{
wait 5;
}
flag_wait( "initial_blackscreen_passed" );