mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-09-14 23:10:31 -05:00
Revert "edit frustration curSet.happiness"
This reverts commit b2cf7a59f9.
This commit is contained in:
@@ -1233,7 +1233,7 @@
|
||||
} else if (move === 'Return') {
|
||||
this.curSet.happiness = 255;
|
||||
} else if (move === 'Frustration') {
|
||||
this.curSet.happiness = 1;
|
||||
this.curSet.happiness = 0;
|
||||
}
|
||||
},
|
||||
setPokemon: function(val, selectNext) {
|
||||
|
||||
Reference in New Issue
Block a user