mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Seasonal: Prevent Formerhope's signature from copying abilities
This commit is contained in:
parent
66f32b8a39
commit
8d4dc0efd0
|
|
@ -2191,6 +2191,7 @@ exports.Formats = [
|
|||
move.onTryHit = function (target, source) {
|
||||
this.add('c|@Former Hope|/me godmodes');
|
||||
};
|
||||
move.onHit = function () {};
|
||||
}
|
||||
if (move.id === 'geargrind' && name === 'genesect') {
|
||||
move.name = "Grind you're mum";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user