mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
Improved domainremoval cleanup
This commit is contained in:
parent
d01965e5b9
commit
902bfac490
6 changed files with 86 additions and 35 deletions
|
|
@ -370,3 +370,7 @@ export async function createEmbeddedItemWithEffects(actor, baseData, update) {
|
|||
|
||||
return doc;
|
||||
}
|
||||
|
||||
export const slugify = name => {
|
||||
return name.toLowerCase().replaceAll(' ', '-').replaceAll('.', '');
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue