[i18n] [Beta] Fix arena tag message typos (#6659)

fix `onRemove` keys
This commit is contained in:
Fabi 2025-10-27 19:15:05 +01:00 committed by GitHub
parent a2895de364
commit 2acf73e8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -899,7 +899,7 @@ class SpikesTag extends DamagingTrapTag {
}
protected override get onRemoveMessageKey(): string {
return "arenaTag:spikesOnAdd" + this.i18nSideKey;
return "arenaTag:spikesOnRemove" + this.i18nSideKey;
}
protected override get triggerMessageKey(): string {
@ -1418,7 +1418,7 @@ class GrassWaterPledgeTag extends SerializableArenaTag {
}
protected override get onRemoveMessageKey(): string {
return "arenaTag:grassWaterPledgeOnAdd" + this.i18nSideKey;
return "arenaTag:grassWaterPledgeOnRemove" + this.i18nSideKey;
}
// TODO: Move speed drops into this class's `apply` method instead of an explicit check for it