This commit is contained in:
INeedBots
2020-09-27 12:39:56 -06:00
parent 34dbe7ca33
commit 426ea940ae
2 changed files with 35 additions and 9 deletions

View File

@ -1073,6 +1073,12 @@ selectAirstrikeLocation( lifeId, airStrikeType )
self waittill( "confirm_location", location, directionYaw );
if ( !chooseDirection )
directionYaw = randomint(360);
else
{
if(getdvar("mapname")=="co_hunted")
directionYaw += 115;
}
self setblurforplayer( 0, 0.3 );