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

[BUG] Effect Macro Incompatibility

Open tjlanza opened this issue 1 year ago • 1 comments

Describe the bug Something in the system messes with Effect Macro's user interface. It's appears to be system-related, because it works fine in D&D5E.

Modules Just Effect Macro

To Reproduce Steps to reproduce the behavior:

  1. Add an Effect Macro to an Active Effect
  2. Observe the incorrect descriptive strings.
  3. Cry because you had into install D&D5E to verify.

Screenshots SR5 image

D&D5E image

Versions (please complete the following information):

  • FoundryVTT v11,315
  • SR5 v0.17.1

tjlanza avatar Dec 12 '23 21:12 tjlanza

Looks like the system is replacing the concat handlebars helper with its own.

https://github.com/SR5-FoundryVTT/SR5-FoundryVTT/blob/master/src/module/handlebars/BasicHelpers.ts#L49

krbz999 avatar May 26 '24 20:05 krbz999