fix: resolve syntax error in Split augment image path by adding missing closing quote
This commit is contained in:
parent
b5921dece3
commit
b7b9a62fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ export const DEFAULT_AUGMENTS = [
|
||||||
name: "Split",
|
name: "Split",
|
||||||
effect: "When you make an attack, mark a Stress to target another creature within range.",
|
effect: "When you make an attack, mark a Stress to target another creature within range.",
|
||||||
cost: "12 gears, 5 lenses, 15 aluminum, 9 relays",
|
cost: "12 gears, 5 lenses, 15 aluminum, 9 relays",
|
||||||
img: "icons/commodities/gems/gem-faceted-diamond-blue.webp,
|
img: "icons/commodities/gems/gem-faceted-diamond-blue.webp",
|
||||||
actions: {
|
actions: {
|
||||||
"IkonisSplitActXX": {
|
"IkonisSplitActXX": {
|
||||||
"name": "Split Attack",
|
"name": "Split Attack",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue