1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

remove built spec

This commit is contained in:
exane
2015-06-19 22:05:50 +02:00
parent bb055e0c60
commit 6e51b5f9b7
3 changed files with 2 additions and 4107 deletions

View File

@@ -85,6 +85,7 @@ module.exports = {
if(cards[lastInsert - 2].getName() == cards[lastInsert - 1].getName()){
cards[lastInsert - 2].boost(+cards[lastInsert - 2].getPower());
cards[lastInsert - 1].boost(+cards[lastInsert - 1].getPower());
//todo: boost fixen
}
}
},