mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 11:52:18 +02:00
Revert "Committing language changes (i18n function)"
This reverts commit 2a3152003b
.
This commit is contained in:
parent
2a3152003b
commit
bc20447ffa
@ -3015,7 +3015,7 @@ export function initAbilities() {
|
||||
.ignorable(),
|
||||
new Ability(Abilities.AIR_LOCK, 3)
|
||||
.attr(SuppressWeatherEffectAbAttr, true)
|
||||
.attr(PostSummonUnnamedMessageAbAttr, ability.airLock.sceneMessage),
|
||||
.attr(PostSummonUnnamedMessageAbAttr, "The effects of the weather disappeared."),
|
||||
new Ability(Abilities.TANGLED_FEET, 4)
|
||||
.conditionalAttr(pokemon => !!pokemon.getTag(BattlerTagType.CONFUSED), BattleStatMultiplierAbAttr, BattleStat.EVA, 2)
|
||||
.ignorable(),
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -23,8 +23,7 @@ export interface MoveTranslationEntries {
|
||||
|
||||
export interface AbilityTranslationEntry {
|
||||
name: string,
|
||||
description: string,
|
||||
sceneMessage: string
|
||||
description: string
|
||||
}
|
||||
|
||||
export interface AbilityTranslationEntries {
|
||||
|
Loading…
Reference in New Issue
Block a user