mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-16 23:05:23 +01:00
parent
a2895de364
commit
2acf73e8cb
@ -899,7 +899,7 @@ class SpikesTag extends DamagingTrapTag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected override get onRemoveMessageKey(): string {
|
protected override get onRemoveMessageKey(): string {
|
||||||
return "arenaTag:spikesOnAdd" + this.i18nSideKey;
|
return "arenaTag:spikesOnRemove" + this.i18nSideKey;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override get triggerMessageKey(): string {
|
protected override get triggerMessageKey(): string {
|
||||||
@ -1418,7 +1418,7 @@ class GrassWaterPledgeTag extends SerializableArenaTag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected override get onRemoveMessageKey(): string {
|
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
|
// TODO: Move speed drops into this class's `apply` method instead of an explicit check for it
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user