From 8d6df9159a8ace0338b591fb201572b549fba257 Mon Sep 17 00:00:00 2001 From: William Miller Date: Sun, 22 Oct 2023 00:13:06 -0300 Subject: [PATCH] Update Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> --- Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut | 1 + 1 file changed, 1 insertion(+) diff --git a/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut b/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut index 55a625f23..5d5be6f78 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/sh_progression.nut @@ -97,6 +97,7 @@ bool function ClientCommand_ResetTitanAegis( entity player, array 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