Skip to content

Commit

Permalink
Update Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut
Browse files Browse the repository at this point in the history
Co-authored-by: Jack <[email protected]>
  • Loading branch information
Zanieon and ASpoonPlaysGames authored Oct 22, 2023
1 parent 4794718 commit 8d6df91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ bool function ClientCommand_ResetTitanAegis( entity player, array<string> args )
player.SetPersistentVar( "fdTitanXP[" + suitIndex + "]", 0 )
player.SetPersistentVar( "fdPreviousTitanXP[" + suitIndex + "]", 0 )

// Refresh Highest Aegis Titan since we might get all of them back to 1 if players wants
RecalculateHighestTitanFDLevel( player )

return true
Expand Down

0 comments on commit 8d6df91

Please sign in to comment.