aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
blob: 69ec56fb54ea0f9843b56a04d2cb19b1a47dbc50 (plain)
1
2
3
4
5
6
7
8
global function SetupLiveFireMaps

// live fire maps don't support alot of things like intros and titans, this makes sure those things are disabled
void function SetupLiveFireMaps()
{
	Riff_ForceTitanAvailability( eTitanAvailability.Never )
	ClassicMP_SetCustomIntro( ClassicMP_DefaultNoIntro_Setup, NOINTRO_INTRO_LENGTH )
}