Skip to content

Commit

Permalink
Fix crash bug with Bodhi's SPINKRVA spell
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMWWallace committed Jun 3, 2019
1 parent 745b69b commit 91ef8a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ascension/Ascension.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BACKUP ~weidu_external/backup/ascension~
SUPPORT "https://forums.beamdog.com/discussion/66702/ascension-for-bg2-ee"

// use Semantic Versioning - http://semver.org
VERSION ~2.0.0~
VERSION ~2.0.1~

AUTO_EVAL_STRINGS
README "ascension/doc/readme-ascension.html"
Expand Down
1 change: 1 addition & 0 deletions ascension/ascensionmain/ascension_bodhi_irenicus.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ COPY_EXISTING vamp3.itm "override/finbodbt.itm"
COPY "%iren_bodhi_loc%/spinkrva.spl" override
WRITE_LONG NAME1 11826
WRITE_LONG UNIDENTIFIED_DESC 100387
LPF DELETE_EFFECT INT_VAR match_opcode=135 END // remove polymorph effect
LPF ADD_SPELL_EFFECT INT_VAR opcode=112 target=1 STR_VAR resource=finbodbt END
LPF ADD_SPELL_EFFECT INT_VAR opcode=112 target=1 STR_VAR resource=finbodgf END
// BUT_ONLY
Expand Down
11 changes: 9 additions & 2 deletions ascension/doc/readme-ascension.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>Ascension</h1>
<div class="section">
<!-- <p><strong><a href="http://www.gibberlings3.net/">A Gibberlings Three Mod</a><br /> </strong> -->
Current maintainer for this version: </strong><a href="http://www.gibberlings3.net/forums/index.php?showuser=1067">DavidW</a></p>
<p><strong>Version 2.0</a></strong><br />
<p><strong>Version 2.0.1</a></strong><br />
<strong> Languages:</strong> Chinese, Czech, English, French, German, Italian, Polish, Russian, Spanish<br />
<strong>Platforms: </strong>Windows, Linux, Mac OS X</p>
</div>
Expand Down Expand Up @@ -373,7 +373,14 @@ <h3>Version 2.0 changelog</h3>
<div class="ribbon_triangle_h2-l"></div>
<div class="ribbon_triangle_h2-r"></div>
<div class="section">
<p>April 2019: original 2.0 release</p>
<p>2 June 2019: 2.0.0 </p>
<ul>
<li>Original release of v2</li>
</ul>
<p>3 June 2019: 2.0.1</p>
<ul>
<li>Fixed a crash bug with Bodhi's return-to-humanoid-form spell</li>
</ul>
</div>
<div class="ribbon_rectangle_h3">
<h3>Previous versions</h3>
Expand Down
2 changes: 1 addition & 1 deletion ascension/lib/always.tpa
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

// initialise

OUTER_SPRINT MOD_VERSION "2.0" // in due course WEIDU will do this automatically
OUTER_SPRINT MOD_VERSION "2.0.1" // in due course WEIDU will do this automatically
OUTER_SET always_initialised=1

// include function libraries (note that 'sfo_lite' also builds and sets a few SFO files/variables)
Expand Down

0 comments on commit 91ef8a9

Please sign in to comment.