mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 12:54:16 +02:00
[Fix] Remove System Slugify (#1913)
This commit is contained in:
parent
ed53d9ed4c
commit
da06381748
2 changed files with 3 additions and 8 deletions
|
|
@ -453,10 +453,6 @@ export async function createEmbeddedItemsWithEffects(actor, baseData) {
|
|||
await actor.createEmbeddedDocuments('Item', effectData);
|
||||
}
|
||||
|
||||
export const slugify = name => {
|
||||
return name.toLowerCase().replaceAll(' ', '-').replaceAll('.', '');
|
||||
};
|
||||
|
||||
export function shuffleArray(array) {
|
||||
let currentIndex = array.length;
|
||||
while (currentIndex != 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue