mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-08 12:58:13 -05:00
Origins Quest: give perk reward right after screen flash
This commit is contained in:
@ -48,10 +48,6 @@ stage_logic()
|
||||
e_wall hide();
|
||||
}
|
||||
|
||||
flag_wait( "ee_quadrotor_disabled" );
|
||||
wait 1;
|
||||
level thread ee_samantha_say( "vox_sam_all_staff_freedom_0" );
|
||||
|
||||
players = get_players();
|
||||
foreach ( player in players )
|
||||
{
|
||||
@ -61,6 +57,10 @@ stage_logic()
|
||||
}
|
||||
}
|
||||
|
||||
flag_wait( "ee_quadrotor_disabled" );
|
||||
wait 1;
|
||||
level thread ee_samantha_say( "vox_sam_all_staff_freedom_0" );
|
||||
|
||||
t_portal = tomb_spawn_trigger_radius( s_pos.origin, 100, 1 );
|
||||
t_portal.hint_string = &"ZM_TOMB_TELE";
|
||||
t_portal thread waittill_player_activates();
|
||||
|
Reference in New Issue
Block a user