Skip to content

Commit

Permalink
reduction cake coords
Browse files Browse the repository at this point in the history
  • Loading branch information
jhh8 committed Oct 17, 2023
1 parent b51d7b6 commit 66051a8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/game/shared/swarm/asw_gamerules.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9095,6 +9095,30 @@ static void CreateCake( const char *mapname )
{
origin = Vector( -8196, 9568, 122 );
}
else if ( FStrEq( mapname, "rd-reduction1" ) )
{
origin = Vector( -2351, 248, 13 );
}
else if ( FStrEq( mapname, "rd-reduction2" ) )
{
origin = Vector( -397, -8455, -1175 );
}
else if ( FStrEq( mapname, "rd-reduction3" ) )
{
origin = Vector( -512, 2018, -2534 );
}
else if ( FStrEq( mapname, "rd-reduction4" ) )
{
origin = Vector( 10676, 0, 220 );
}
else if ( FStrEq( mapname, "rd-reduction5" ) )
{
origin = Vector( 10144, -10545, -9111 );
}
else if ( FStrEq( mapname, "rd-reduction6" ) )
{
origin = Vector( 1448, 5818, 2454 );
}
#ifdef RD_6A_CAMPAIGNS_ADANAXIS
else if ( FStrEq( mapname, "rd-ada_sector_a9" ) )
{
Expand Down

0 comments on commit 66051a8

Please sign in to comment.