Skip to content

Commit

Permalink
Fix Disc bugs
Browse files Browse the repository at this point in the history
Also solid-js 1.8.12
  • Loading branch information
serprex committed Jan 24, 2024
1 parent b7780ca commit 4e1db91
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@babel/plugin-syntax-import-attributes": "^7.23.3",
"@pencil.js/spritesheet": "^1.5.1",
"babel-loader": "^9.1.3",
"babel-preset-solid": "^1.8.9",
"babel-preset-solid": "^1.8.12",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.4",
"solid-js": "^1.8.11",
"solid-js": "^1.8.12",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
Expand Down
1 change: 1 addition & 0 deletions src/rs/src/skill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2165,6 +2165,7 @@ impl Skill {
}
Self::discping => {
ctx.attackCreature(c, t);
ctx.remove(c);
ctx.addCard(ctx.get_owner(c), c);
}
Self::disfield => {
Expand Down

0 comments on commit 4e1db91

Please sign in to comment.