Fix poisoned blade cost

This commit is contained in:
hppeng 2022-07-20 11:00:10 -07:00
parent 2b8ffce379
commit 2c17845866
2 changed files with 2 additions and 2 deletions

View file

@ -9280,7 +9280,7 @@ const atrees = {
"blockers": [ "blockers": [
"Double Slice" "Double Slice"
], ],
"cost": 0, "cost": 1,
"display": { "display": {
"row": 7, "row": 7,
"col": 2, "col": 2,

File diff suppressed because one or more lines are too long