diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-01-07 12:13:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 12:13:01 +0100 |
commit | d52a2386e2dbbea60f7b7e9dc9fd15fde58ae977 (patch) | |
tree | 7e22831b264b77390cbd13843e1a19761df7e2e7 | |
parent | 42f66d01d16b0d562fa08e3f5a1bc66e97ef5c43 (diff) | |
download | NorthstarMods-d52a2386e2dbbea60f7b7e9dc9fd15fde58ae977.tar.gz NorthstarMods-d52a2386e2dbbea60f7b7e9dc9fd15fde58ae977.zip |
Add panel locations for Glitch
Co-authored-by: theroylee <55896140+theroylee@users.noreply.github.com>
-rw-r--r-- | Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut index 98878c3a..94c220be 100644 --- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut @@ -104,6 +104,14 @@ void function GamemodeFastball_Init() < -87, 1630, 22 >, < 0, 90.00, 0 >, < -2167 , 448, 54 >, <0 , 90, 0 > ]) + + FastballAddBuddySpawnForLevel( "mp_glitch", TEAM_MILITIA, < -4450, -629, 320 >, < 0, 0, 0 > ) + FastballAddBuddySpawnForLevel( "mp_glitch", TEAM_IMC, < 4100, 890, 320>, < 0, 180, 0 > ) + FastballAddPanelSpawnsForLevel( "mp_glitch", [ + < 2703, 2170, 25 >, < 0, 0.00, 0 >, + < -192, 129, -55 >, < 0, 90.00, 0 >, + < -3088, -1905, 25 >, < 0, -180.00, 0 > + ]) } void function SpawnPanelsForLevel() @@ -208,4 +216,4 @@ int function FastballDecideWinner() return TEAM_IMC return TEAM_UNASSIGNED -}
\ No newline at end of file +} |