Skip to content

Commit

Permalink
update end
Browse files Browse the repository at this point in the history
  • Loading branch information
tbox1911 committed Jul 8, 2024
1 parent 1fdd35f commit 36a4264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.liberation/scripts/client/ui/end_screen.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (lifestate player == "INCAPACITATED") then {

["<t size = '2.5'>" + localize "STR_VICTORY_TITLE" + "</t>", 0, 0, 15, 0, 0, 90] spawn BIS_fnc_dynamicText;
playMusic GRLIB_music_endgame;
sleep 20;
sleep 10;

if ( isNil "cinematic_camera_started" ) then { cinematic_camera_started = false };
private _line_delay = 0.75;
Expand Down

0 comments on commit 36a4264

Please sign in to comment.