1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-07 13:49:33 -05:00

Cornfield: adjust player initial spawn points

This commit is contained in:
Jbleezy 2024-03-30 15:27:02 -07:00
parent 89a516cd59
commit ae392317dc

View File

@ -38,7 +38,7 @@ struct_init()
foreach (respawn in respawn_array)
{
scripts\zm\replaced\utility::register_map_spawn(respawn.origin + (100, 0, 0), respawn.angles, zone, respawn.script_int);
scripts\zm\replaced\utility::register_map_spawn(respawn.origin + (150, -150, 0), respawn.angles + (0, 180, 0), zone, respawn.script_int);
}
zone = "zone_amb_cornfield";