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:
parent
bb055e0c60
commit
6e51b5f9b7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@ node_modules
|
||||
.idea
|
||||
public/build
|
||||
public/index.html
|
||||
test/spec
|
||||
|
||||
/site/.idea
|
||||
/site/server/vendor
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
4107
test/spec/spec.js
4107
test/spec/spec.js
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user