aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/mp/levels/_lf_maps_shared.gnut
blob: d61d6baa6934216a1be255b2c445a3685cd45c9a (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, ClassicMP_DefaultNoIntro_GetLength() )
}