Skip to content

Commit

Permalink
add CUSTOMIZE_LOADOUT achievement (R2Northstar#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
catornot authored and JMM889901 committed Aug 12, 2024
1 parent 7a83928 commit 1847a9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ bool function ClientCommandCallback_SetPersistentLoadoutValue( entity player, ar
if ( args[0] == "pilot" )
SetPlayerLoadoutDirty( player )

UnlockAchievement( player, achievements.CUSTOMIZE_LOADOUT )

return true
}

Expand Down

0 comments on commit 1847a9a

Please sign in to comment.