Skip to content

Commit

Permalink
Update moves.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
WarriorGallade committed Apr 18, 2024
1 parent 3dd7bbe commit cdf5a01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/gen9ssb/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
this.add('-anim', attacker, 'Shell Smash', attacker);
return;
}
this.add('-prepare', attacker, move.name);
this.attrLastMove('[anim]');
this.attrLastMove('[still]');
this.add('-anim', attacker, 'Geomancy', attacker);
if (!this.runEvent('ChargeMove', attacker, defender, move)) {
Expand Down Expand Up @@ -3222,7 +3222,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
if (attacker.removeVolatile(move.id)) {
return;
}
this.add('-prepare', attacker, move.name);
this.attrLastMove('[anim]');
this.boost({spa: 1}, attacker, attacker, move);
if (this.field.pseudoWeather['gravity']) {
this.attrLastMove('[still]');
Expand Down Expand Up @@ -5431,7 +5431,7 @@ export const Moves: {[k: string]: ModdedMoveData} = {
this.attrLastMove('[anim] Psycho Cut');
return;
}
this.add('-prepare', attacker, move.name);
this.attrLastMove('[anim]');
this.attrLastMove('[anim] Tailwind');
this.add('-message', `${attacker.name} whipped up an intense whirlwind and began to glow a vivine green!`);
if (attacker.getItem().isBerry) {
Expand Down

0 comments on commit cdf5a01

Please sign in to comment.