Exemplo n.º 1
0
        private void ReapplyBackgroundBonus(PerkType perkType)
        {
            var player = GetPC();

            if (IsGrantedByBackground(perkType))
            {
                BackgroundService.ApplyBackgroundBonuses(player);
            }
        }