mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 00:28:03 -05:00
Encounter: add wait before into text for hotjoiners
Stop intro text on end_game
This commit is contained in:
@ -1356,6 +1356,7 @@ wait_and_award_grenades()
|
|||||||
|
|
||||||
grief_intro_text()
|
grief_intro_text()
|
||||||
{
|
{
|
||||||
|
level endon("end_game");
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
// player spawns for a frame when hotjoining
|
// player spawns for a frame when hotjoining
|
||||||
@ -1364,6 +1365,10 @@ grief_intro_text()
|
|||||||
self waittill( "spawned_spectator" );
|
self waittill( "spawned_spectator" );
|
||||||
self waittill( "spawned_player" );
|
self waittill( "spawned_player" );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
wait 5;
|
||||||
|
}
|
||||||
|
|
||||||
flag_wait( "initial_blackscreen_passed" );
|
flag_wait( "initial_blackscreen_passed" );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user