aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-01-07 12:18:37 +0100
committerGitHub <noreply@github.com>2022-01-07 12:18:37 +0100
commit8b8219d1d5a577a75dc10d3b97b4083b78385919 (patch)
treebd807befc2efdd93407af68cccd148ccdac7af3b /Northstar.Custom
parentd52a2386e2dbbea60f7b7e9dc9fd15fde58ae977 (diff)
downloadNorthstarMods-8b8219d1d5a577a75dc10d3b97b4083b78385919.tar.gz
NorthstarMods-8b8219d1d5a577a75dc10d3b97b4083b78385919.zip
Add panel locations for Relic
Co-authored-by: theroylee <55896140+theroylee@users.noreply.github.com>
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut8
1 files changed, 8 insertions, 0 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
index 94c220be9..fa07a7ff1 100644
--- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut
@@ -112,6 +112,14 @@ void function GamemodeFastball_Init()
< -192, 129, -55 >, < 0, 90.00, 0 >,
< -3088, -1905, 25 >, < 0, -180.00, 0 >
])
+
+ FastballAddBuddySpawnForLevel( "mp_relic02", TEAM_MILITIA, < 4504, -3500, 150 >, < 0, -170, 0 > )
+ FastballAddBuddySpawnForLevel( "mp_relic02", TEAM_IMC, < -4505, -3750, 367>, < 0, 10, 0 > )
+ FastballAddPanelSpawnsForLevel( "mp_relic02", [
+ < -2258, -5286, 356 >, < 0, 0.00, 0 >,
+ < -32, -2600, -75 >, < 0, 90.00, 0 >,
+ < 2028, -5332, 128 >, < 0, 90.00, 0 >
+ ])
}
void function SpawnPanelsForLevel()