mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-29 17:06:40 +00:00
allow exact match, fixes #1202
This commit is contained in:
@@ -125,6 +125,10 @@ function * _statPlaceholderGenerator (stat: string) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// fallback to exact stat text, without any placeholders
|
||||
// N # -> max 0 #
|
||||
yield { stat, values: [] }
|
||||
}
|
||||
|
||||
export function tryParseTranslation (stat: StatString, modType: ModifierType): ParsedStat | undefined {
|
||||
|
||||
Reference in New Issue
Block a user