Merge pull request #128 from Oiawesome/patch-1

edit frustration curSet.happiness
This commit is contained in:
Guangcong Luo 2014-02-16 12:42:14 -06:00
commit 4a6efea074

View File

@ -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) {