Skip to content

Commit

Permalink
Update Creeping.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
WittleWolfie committed Nov 21, 2023
1 parent 59fbc4d commit 78fbb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutomaticBonusProgression/Enchantments/Armor/Creeping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void OnEventDidTrigger(RuleCalculateArmorCheckPenalty evt)

var bonus = -evt.Result;
Logger.Verbose(() => $"Adding {bonus} to stealth check for {Owner.CharacterName}");
armor.AddModifier(Owner.Stats.GetStat(StatType.SkillStealth), bonus);
armor.AddModifier(Owner.Stats.GetStat(StatType.SkillStealth), bonus, ModifierDescriptor.Enhancement);
}
catch (Exception e)
{
Expand Down

0 comments on commit 78fbb83

Please sign in to comment.