Update searcher.module.ts

This commit is contained in:
mhwikicn 2026-02-01 19:32:14 +08:00
parent f4d1024aab
commit 745b8c8dc6

View File

@ -184,7 +184,7 @@ const transformTorsoUpDecoPermutation = (perm: DecoPermutation, torsoUp: number)
const newDeco: Decoration = {
...d,
affectedByTorsoUp: true,
name: d.name.concat(' (TorsoUp)'),
name: d.name.concat(' (胴系统倍加)'),
skills: newSkills,
}