private void RefreshModListWithPlaystyle() { matchInstanceModList = playerBaseModList; matchInstanceModList.MergeWith(currentPlaystyle.modifiers); matchInstanceModList.Log(); usableStats = new UsableStats(playerStats,matchInstanceModList); }