From 8d4c71f7779120298773c9232dcdaa0fa0063786 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 23 Jun 2021 05:06:17 +0100 Subject: lts and powerup rewrite, more gamestate changes --- bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut') diff --git a/bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut b/bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut index 92bb849eb..d0ee5f0f6 100644 --- a/bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut +++ b/bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut @@ -309,6 +309,7 @@ void function OnTeamTitanSelectMenu_Open() var rui = Hud_GetRui( button ) RuiSetImage( rui, "buttonImage", icon ) + Hud_SetLocked( button, true ) if ( !IsTitanLoadoutAvailable( player, loadout.titanClass ) ) { @@ -357,9 +358,9 @@ void function OnTeamTitanSelectMenu_Open() RunMenuClientFunction( "ShowTTSPanel" ) if ( file.isReady ) - UI_SetPresentationType( ePresentationType.TITAN_CENTER_SELECTED ) + UI_SetPresentationType( ePresentationType.STORE_CAMO_PACKS ) else - UI_SetPresentationType( ePresentationType.TITAN_CENTER ) + UI_SetPresentationType( ePresentationType.STORE_CAMO_PACKS ) RunClientScript( "TTS_UpdateLocalPlayerTitan", loadout.setFile, loadout.primary, loadout.passive1, loadout.passive2 ) -- cgit v1.2.3