Fix threatlevel
This commit is contained in:
@ -322,7 +322,7 @@ export class PegasusActor extends Actor {
|
||||
for(let armor of armors) {
|
||||
tl += PegasusUtility.getDiceValue(armor.data.resistance)
|
||||
}
|
||||
let shields = this.getShields()
|
||||
let shields = duplicate(this.getShields())
|
||||
for(let shield of shields) {
|
||||
tl += PegasusUtility.getDiceValue(shield.data.level)
|
||||
}
|
||||
|
Reference in New Issue
Block a user