1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-11-05 00:58:26 +00:00

add dummy event code to prevent crashes

This commit is contained in:
exane
2015-06-19 21:59:33 +02:00
parent 730e8f714a
commit bb055e0c60
2 changed files with 32 additions and 16 deletions

View File

@@ -66,13 +66,6 @@ var Card = (function(){
r.getRawPower = function(){
return this._data.power;
}
/*r.calculateBoost = function(){
this._boost = 0;
for(var key in this._boosts) {
var boost = this._boosts[key];
this.boost(boost.getPower());
}
}*/
r.setForcedPower = function(nr){
this._forcedPower = nr;
}