Skip to content

Commit

Permalink
Fix to logic error in animations
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMWWallace committed May 23, 2020
1 parent 5af5c30 commit 643bafa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion iwdification/lib/spell_prep.tpa
Expand Up @@ -19,7 +19,7 @@ OUTER_SET anim_skeleton_fiend = 60192
OUTER_SET anim_wwolf = 31491
*/

ACTION_IF ee_game AND !VARIABLE_IS_SET anim_btroll BEGIN // don't repeat if you don't have to
ACTION_IF ee_game BEGIN // don't repeat if you don't have to

OUTER_SET anim_beetle = 57888 // beetle
OUTER_SET anim_btroll = 57520 // iwd blue troll
Expand Down
10 changes: 7 additions & 3 deletions iwdification/readme-iwdification.html
Expand Up @@ -30,9 +30,9 @@ <h1>IWDification</h1>
<div class="section">
<p><strong><a href="http://www.gibberlings3.net/">A Gibberlings Three Mod</a><br />
Authors:</strong> <a href="http://gibberlings3.net/forums/index.php?showuser=8">CamDawg</a> and <a href="http://gibberlings3.net/forums/index.php?showuser=1067">DavidW</a></p>
<p><strong>Version Beta 5<!-- - <a href="http://www.gibberlings3.net/forums/index.php?app=downloads&amp;showcat=36">Check
<p><strong>Version Beta 6<!-- - <a href="http://www.gibberlings3.net/forums/index.php?app=downloads&amp;showcat=36">Check
for the most recent version</a>--></strong><br />
<strong> Languages:</strong> English, French<br />
<strong> Languages:</strong> English<br />
<strong>Platforms: </strong>Windows, Mac <acronym title="Operating System 10">OS X</acronym>, and Linux<br />
<strong>GitHub: </strong><a href="https://github.com/Gibberlings3/iwdification">Gibberlings3/iwdification</a></p>
</div>
Expand Down Expand Up @@ -130,7 +130,7 @@ <h2>Contents</h2>
<li><strong>Level 5: </strong>Conjure Water Elemental, Demi-Shadow Monsters, Shroud of Flame, Summon Shadow</li>
<li><strong>Level 6: </strong>Antimagic Shell, Darts of Bone, Lich Touch, Monster Summoning IV, Otiluke's Freezing Sphere, Shades, Soul Eater<sup>1</sup>, Trollish Fortitude</li>
<li><strong>Level 7: </strong>Acid Storm, Malavon's Rage, Monster Summoning V, Seven Eyes<sup>1</sup>, Suffocate</li>
<li><strong>Level 8:</strong> Great Shout<sup>1</sup>, Iron Body, Mind Blank, Monster Summoning VI</li>
<li><strong>Level 8:</strong> Great Shout, Iron Body<sup>1</sup>, Mind Blank, Monster Summoning VI</li>
<li><strong>Level 9: </strong>Monter Summoning VII</li>
</ul>
<p><sup>1</sup> Only available for EE games<br />
Expand Down Expand Up @@ -220,6 +220,10 @@ <h2>Version History</h2>
<div class="ribbon_triangle_h2-r"></div>
<div class="section">
<div>
<p><strong>Version Beta 6 - May 22, 2020</strong></p>
<ul>
<li>Corrected a logic error which allocated the wrong animations, and prevented Giant Insect from installing, if you installed the Arcane and Divine spellpacks without quitting the installer between them</li>
</ul>
<p><strong>Version Beta 5 - January 10, 2018</strong></p>
<ul>
<li>Polymorph Self always listed boring beetle as an available form, even when it wasn't</li>
Expand Down
2 changes: 1 addition & 1 deletion iwdification/setup-iwdification.tp2
@@ -1,7 +1,7 @@
BACKUP ~iwdification/backup~ // location to store files for uninstall purposes
SUPPORT ~http://gibberlings3.net/forums/index.php?showforum=185~

VERSION ~Beta 5~
VERSION ~Beta 6~

README ~iwdification/readme-iwdification-%LANGUAGE%.html~ ~iwdification/readme-iwdification.html~

Expand Down

0 comments on commit 643bafa

Please sign in to comment.