moo-man / WFRP4e-FoundryVTT

The premiere system for running grim and perilous games of Warhammer Fantasy Role-play in the Foundry VTT environment.
Apache License 2.0
90 stars 53 forks source link

[WFRP4e System] Error in applyFear function #1316

Closed moo-man closed 1 year ago

moo-man commented 2 years ago

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

prolice commented 2 years ago

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

moo-man commented 1 year ago

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