Fix DR and defense values
All checks were successful
Release Creation / build (release) Successful in 1m7s
All checks were successful
Release Creation / build (release) Successful in 1m7s
This commit is contained in:
@@ -95,6 +95,9 @@ export default class LethalFantasyCharacterSheet extends LethalFantasyActorSheet
|
||||
const doc = this.document
|
||||
switch (partId) {
|
||||
case "main":
|
||||
context.armorDR = this.actor.getArmorDR()
|
||||
context.damageReduction = this.actor.computeDamageReduction()
|
||||
context.damageReductionShield = this.actor.getShieldDR()
|
||||
break
|
||||
case "skills":
|
||||
context.tab = context.tabs.skills
|
||||
|
||||
Reference in New Issue
Block a user