1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +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

1
.gitignore vendored
View File

@ -2,6 +2,7 @@ node_modules
.idea
public/build
public/index.html
test/spec
/site/.idea
/site/server/vendor

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
}
}
},

File diff suppressed because one or more lines are too long