Update src/data/mystery-encounters/mystery-encounter.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Mumble 2024-10-04 17:09:17 -07:00 committed by GitHub
parent 0913899436
commit 361dee0afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -636,8 +636,8 @@ export class MysteryEncounterBuilder implements Partial<IMysteryEncounter> {
/** /**
* Sets the localization key used by the encounter * Sets the localization key used by the encounter
* @param localizationKey the localizationKey used for the encounter * @param localizationKey the string used as the key
* @returns * @returns `this`
*/ */
setLocalizationKey(localizationKey: string): this { setLocalizationKey(localizationKey: string): this {
this.localizationKey = localizationKey; this.localizationKey = localizationKey;