Topic: Glorious Endurance Overrides DamageReceivedTotalMult

  • Author
    Posts
  • #27635
    Avatar photoSogartar
    Participant

    I was looking at the code while working on a mod and noticed that the Glorious Endurance trait overrides the damage received multiplier.
    _properties.DamageReceivedTotalMult = 1.0 - this.m.DamageReduction;

    Shouldn’t this be?
    _properties.DamageReceivedTotalMult *= 1.0 - this.m.DamageReduction;

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.