Fix #80
This commit is contained in:
@@ -831,10 +831,13 @@ export class PegasusUtility {
|
||||
combat.updateEmbeddedDocuments("Combatant", [{ _id: rollData.combatantId, initiative: rollData.finalScore }])
|
||||
}
|
||||
|
||||
// Stun specific -> Suffere a stun level when dmg-res
|
||||
// Stun specific -> Suffer a stun level when dmg-res for character
|
||||
if (rollData.subKey && rollData.subKey == "dmg-res") {
|
||||
actor.modifyStun(+1)
|
||||
}
|
||||
if (rollData.isVehicleStun) {
|
||||
this.modifyVehicleStun(1)
|
||||
}
|
||||
|
||||
//this.removeUsedPerkEffects( rollData) // Unused for now
|
||||
this.removeOneUseEffects(rollData) // Unused for now
|
||||
|
Reference in New Issue
Block a user