Skip to content

Commit

Permalink
Fixed bug where rune would dissapear when summoned for the first time. (
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonGreenlee authored Apr 19, 2020
1 parent ced4d81 commit 13f6a0a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/animist.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "ANIMIST",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/biomancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "BIOMANCER",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/druid.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "DRUID",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/earthshaper.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "EARTHSHAPER",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/kelvinist.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "KELVINIST",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/magus.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "MAGUS",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/stormshaper.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "STORMSHAPER",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/Spells/technomancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"max_duration": 2,
"duration_increment": 1,
"difficulty": 0,
"max_level": 1,
"max_level": 0,
"spell_class": "TECHNOMANCER",
"energy_source": "MANA",
"flags": [ "PERMANENT", "NO_LEGS", "CONCENTRATE" ]
Expand Down

0 comments on commit 13f6a0a

Please sign in to comment.