aboutsummaryrefslogtreecommitdiff
path: root/bobthebob.testing
diff options
context:
space:
mode:
Diffstat (limited to 'bobthebob.testing')
-rw-r--r--bobthebob.testing/scripts/vscripts/ui/menu_team_titan_select.nut5
1 files changed, 3 insertions, 2 deletions
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 )