SR5-FoundryVTT
SR5-FoundryVTT copied to clipboard
[BUG] Effect Macro Incompatibility
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:
- Add an Effect Macro to an Active Effect
- Observe the incorrect descriptive strings.
- Cry because you had into install D&D5E to verify.
Screenshots
SR5
D&D5E
Versions (please complete the following information):
- FoundryVTT v11,315
- SR5 v0.17.1
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