Skip to content

Commit

Permalink
Fix Devour scroll to teach Devour (#62938)
Browse files Browse the repository at this point in the history
Summary

Edits the Magiclysm Devour spell scroll to properly teach the spell Devour instead of Rupture

Purpose of change

Previously the Devour spell scroll taught the spell Rupture instead. This corrects that.

Describe the solution

Single-word edit to the Devour spell scroll use_action field.

Describe alternatives you've considered

None.

Testing

Bought a Scroll of Devour from the Forge of Wonders and noticed it taught Rupture, made the change, it now teaches Devour.

Additional context
  • Loading branch information
Standing-Storm authored Jan 3, 2023
1 parent 318f16b commit 5772feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/spell_scrolls.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"//": "Animist spell",
"name": { "str": "Scroll of Devour", "str_pl": "Scrolls of Devour" },
"description": "Kill a summoned creature, consuming its life energy to regain some health.",
"use_action": { "type": "learn_spell", "spells": [ "rupture" ] }
"use_action": { "type": "learn_spell", "spells": [ "devour" ] }
},
{
"type": "BOOK",
Expand Down

0 comments on commit 5772feb

Please sign in to comment.