mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Temp * Dialog setup * Fixed basic beastform * Reworked beastform to hold it's data entirely in the beastformEffect * UpdateActorTokens fix * Removed hardcoded tierlimit on beastform * PR fixes
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
import beastformEffect from './beastformEffect.mjs';
|
|
|
|
export { beastformEffect };
|
|
|
|
export const config = {
|
|
beastform: beastformEffect
|
|
};
|