WFRP4e-FoundryVTT icon indicating copy to clipboard operation
WFRP4e-FoundryVTT copied to clipboard

[WFRP4e System] Error in applyFear function

Open moo-man opened this issue 3 years ago • 1 comments
trafficstars

Hello,

I found an error un V10 (WFRP4E core) in wfrp4e.js (line 15100) in the function applyFear(...) There is a an assignation -> fear.system.SL.target = value; We have to write this now : fear.data.SL.target = value;

Best regards, @Prolice#9101
From: Prolice#9101
foundry: 10.287
wfrp4e: 6.1.4
wfrp4e-core: 3.0.1
wfrp4e-eis: 2.3.4
wfrp4e-starter-set: 2.3.4
Active Modules: babele, combat-utility-belt, combatbooster, cursor-hider, dice-so-nice, easy-target, forien-quest-log, foundry-combat-focus, fr-core, fvtt-token-targeting, fxmaster, healthEstimate, JB2A_DnD5e, lessfog, lib-wrapper, LockView, pointer, popout, settings-extender, token-action-hud, tokenmagic, torch, vtta-tokenizer, wfrp4e-character-details, wfrp4e-eis-maps, wfrp4e-gm-toolkit, wfrp4e-random-treasure, wfrp4e-unofficial-grimoire, wh4-fr-translation

moo-man avatar Oct 08 '22 18:10 moo-man

My mistake, it is in fact in the system file wfrp4e.js here is the version already fixed locally ;-) image

prolice avatar Oct 08 '22 18:10 prolice

This was fixed in https://github.com/moo-man/WFRP4e-FoundryVTT/commit/b9afc40c118d6fc99be988c89e9d88e3da5c9c71

moo-man avatar Nov 15 '22 19:11 moo-man