Skip to content

Commit

Permalink
Fix spell activation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jan 5, 2025
1 parent eab43a0 commit 5da0131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"name": { "str": "Levinbolt Projector" },
"description": "Implants in your arm's ley lines allow you to project bolts of magical energy from your hands. This draws on your personal mana stores, not your bionic power.",
"occupied_bodyparts": [ [ "arm_l", 2 ], [ "arm_r", 2 ], [ "hand_l", 1 ], [ "hand_r", 1 ] ],
"spell_on_activation": "bio_ley_energy_blaster_spell",
"spell_on_activation": { "id": "bio_ley_energy_blaster_spell" },
"activated_close_ui": true
}
]

0 comments on commit 5da0131

Please sign in to comment.