fix weather bug after revive

This commit is contained in:
exane 2015-07-05 10:27:42 +02:00
parent 41ac09c59c
commit 289a812288
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ var Card = (function(){
r.reset = function(){
this._changedType = null;
this._forcedPower = -1;
this._boost = {};
this.boost = 0;
}