Skip to content

Commit

Permalink
Correccion Throat Chop
Browse files Browse the repository at this point in the history
  • Loading branch information
dpertierra committed Dec 31, 2024
1 parent 1b166bb commit 01be4ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,8 @@ def pbAdditionalEffect(user, target)
if target.effects[PBEffects::ThroatChop] == 0
@battle.pbDisplay(_INTL("¡El efecto de {1} previene a {2} de usar ciertos movimientos!",
@name, target.pbThis(true)))
target.effects[PBEffects::ThroatChop] = 2
end
target.effects[PBEffects::ThroatChop] = 3
end
end

Expand Down

0 comments on commit 01be4ab

Please sign in to comment.