Merge branch 'master' of gitlab.com:LeRatierBretonnien/foundryvtt-shadows-over-sol
This commit is contained in:
commit
f15b0be621
@ -263,7 +263,7 @@ export class SoSUtility extends Entity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let dr = flipData.target.actor.data.data.scores.dr.value;
|
let dr = flipData.target.actor.data.data.scores.dr.value;
|
||||||
let shock = flipData.target.actor.data.data.scores.shock.value;
|
let shock = flipData.target.actor.data.data.scores.shock.value || 1;
|
||||||
let defenseCritical = flipData.target.actor.data.data.scores.defense.critical;
|
let defenseCritical = flipData.target.actor.data.data.scores.defense.critical;
|
||||||
flipData.damageStatus = 'apply_damage';
|
flipData.damageStatus = 'apply_damage';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user