Skip to content

Commit

Permalink
Update Northstar.CustomServers/mod/scripts/vscripts/sh_utility_all.gnut
Browse files Browse the repository at this point in the history
Co-authored-by: GeckoEidechse <[email protected]>
  • Loading branch information
Zanieon and GeckoEidechse authored Dec 13, 2023
1 parent ed8a828 commit fd63253
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,8 @@ array<string> function GetAvailableTitanRefs( entity player )
return availableTitanRefs
}

/// Gets the highest Titan FD level and stores it in the corresponding persistent var.
/// * `player` - The player entity to perform the action on
void function RecalculateHighestTitanFDLevel( entity player )
{
int enumCount = PersistenceGetEnumCount( "titanClasses" )
Expand Down

0 comments on commit fd63253

Please sign in to comment.