Added sound and updates

This commit is contained in:
ChocoTaco 2018-08-11 08:10:49 -04:00
parent a74d72f5e5
commit 715fa822a6
2 changed files with 4 additions and 7 deletions

View file

@ -118,7 +118,7 @@
//
// $Host::EnableLakUnlimitedDJ
// 0 - Players only get one DiscJump
// 1 - Show the flag when dropped as a task
// 1 - Players get 999 or unlimited DiscJumps
//

View file

@ -27,10 +27,7 @@ function DefaultGame::checkTimeLimit(%game, %forced)
%game.timeLimitReached();
//Reset Everything to do with Vote Overtime
$VoteInProgress = false;
$TimeLimitChanged = false;
$VoteInProgressMessege = false;
$VoteSoundInProgress = false;
//Moved to function DefaultGame::gameOver in DefaultGame.ovl in evo
}
else if( $missionRunning && $VoteInProgress && !$TimeLimitChanged ) {
//Restart the function so the map can end if the Vote doesnt pass.
@ -38,7 +35,7 @@ function DefaultGame::checkTimeLimit(%game, %forced)
//Messege
if( !$VoteInProgressMessege ) {
messageAll('', '\c2Vote Overtime Initiated.', %display);
messageAll('', '\c2Vote Overtime Initiated.~wfx/powered/turret_heavy_activate.wav', %display);
$VoteInProgressMessege = true;
}
}