Skip to content

Commit

Permalink
Magiclysm typo Fix (#34281)
Browse files Browse the repository at this point in the history
  • Loading branch information
free-coffee authored and ZhilkinSerg committed Sep 28, 2019
1 parent c7fa07f commit 5f7d4e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/classless.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"valid_targets": [ "self" ],
"effect": "target_attack",
"effect_str": "protect_env",
"affected_body_parts": [ "HEAD", "TORSO", "MOUTH", "EYES", "ARM_L", "ARM_R", "HAND_R", "HAND_L", "LEG_L", "FOOT_L", "FOOT_R" ],
"affected_body_parts": [ "HEAD", "TORSO", "MOUTH", "EYES", "ARM_L", "ARM_R", "HAND_R", "HAND_L", "LEG_L", "LEG_R", "FOOT_L", "FOOT_R" ],
"energy_source": "MANA",
"difficulty": 1,
"max_level": 20,
Expand Down
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 @@ -496,7 +496,7 @@
"id": "spell_scroll_windrun",
"name": "Scroll of Windrunning",
"description": "A magical wind pushes you forward as you move, easing your movements and increasing speed.",
"use_action": { "type": "learn_spell", "spells": [ "windstrike" ] }
"use_action": { "type": "learn_spell", "spells": [ "windrun" ] }
},
{
"type": "GENERIC",
Expand Down

0 comments on commit 5f7d4e5

Please sign in to comment.