mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-31 21:22:20 -05:00
Merge pull request #128 from Oiawesome/patch-1
edit frustration curSet.happiness
This commit is contained in:
commit
4a6efea074
|
|
@ -1233,7 +1233,7 @@
|
|||
} else if (move === 'Return') {
|
||||
this.curSet.happiness = 255;
|
||||
} else if (move === 'Frustration') {
|
||||
this.curSet.happiness = 0;
|
||||
this.curSet.happiness = 1;
|
||||
}
|
||||
},
|
||||
setPokemon: function(val, selectNext) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user