0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

update pathfinder

This commit is contained in:
Víctor Losada Hernández
2026-03-11 12:35:35 +01:00
parent f4cf72a5b3
commit c3107e3909

View File

@@ -43,7 +43,7 @@ const migrateSystemsToTags = (brew) => {
'5e': 'system:D&D 5e',
'4e': 'system:D&D 4e',
'3.5e': 'system:D&D 3.5e',
'Pathfinder': 'system:Pathfinder'
'Pathfinder': 'system:Pathfinder 2e'
};
const systemTags = brew.systems.map(s => systemMap[s]);
brew.tags = _.uniq([...(brew.tags || []), ...systemTags]);