Fix poisoned blade cost
This commit is contained in:
parent
2b8ffce379
commit
2c17845866
2 changed files with 2 additions and 2 deletions
|
@ -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
Loading…
Add table
Reference in a new issue