Revert "edit frustration curSet.happiness"

This reverts commit b2cf7a59f9.
This commit is contained in:
The Immortal
2014-02-16 22:55:27 +04:00
parent 4a6efea074
commit 6aafb95ec5

View File

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