Skip to content

Commit

Permalink
Fixed bug with Sorcerian Ring in the original Cromwell component; v47…
Browse files Browse the repository at this point in the history
… packaging
  • Loading branch information
CamDawg committed Dec 2, 2021
1 parent 827ed85 commit 6884144
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion itemupgrade/dlg/crom.d
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
IF ~OR(3) PartyHasItem("amul14") PartyHasItem("cdpp7") PartyHasItem("c!pp7")~ THEN REPLY @123437 GOTO ilmater
IF ~PartyHasItem("sw1h52")~ THEN REPLY @123438 GOTO water
IF ~PartyHasItem("ax1h10")~ THEN REPLY @123439 GOTO azur
IF ~OR(2) PartyHasItem("ring08") PartyHasItem("ring08a") PartyHasItem("ohringwi")~ THEN REPLY @123484 GOTO sorcerian
IF ~OR(3) PartyHasItem("ring08") PartyHasItem("ring08a") PartyHasItem("ohringwi")~ THEN REPLY @123484 GOTO sorcerian
IF ~PartyHasItem("belt03")~ THEN REPLY @123482 GOTO girdle
IF ~PartyHasItem("misc3e")~ THEN REPLY @123495 GOTO kitthix
IF ~PartyHasItem("npsw05")~ THEN REPLY @123497 GOTO hd
Expand Down
2 changes: 1 addition & 1 deletion itemupgrade/itemupgrade.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ALWAYS

END

VERSION ~v46~
VERSION ~v47~

README ~itemupgrade/readme-itemupgrades.%LANGUAGE%.txt~ ~itemupgrade/readme-itemupgrades.txt~ // use English if language-specific readme doesn't exist

Expand Down
7 changes: 5 additions & 2 deletions itemupgrade/readme-itemupgrades.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Baldur's Gate II
Item Upgrade Mod Pack
Westley Weimer <weimer@cs.berkeley.edu>
\/ Release 46 \/
\/ Release 47 \/

http://www.weidu.org/item.html

Expand Down Expand Up @@ -818,4 +818,7 @@ Version 45: (updated by CamDawg)
However, this requires SCS of version > v32.8.
Version 46: (updated by CamDawg)
* The compatibility fix with SCS introduced in v45 would fail if SCS was installed
first due to a bad path. SCS should be installed after Item Upgrade regardless.
first due to a bad path. SCS should be installed after Item Upgrade regardless
Version 47: (updated by CamDawg)
* Fixed a bug where Cromwell, in the original component, would fail to make the
Sorcerian Ring due to a bad trigger.
2 changes: 1 addition & 1 deletion package_mod.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ call "%~dp0..\ModPackaging\utilities\ie_games.bat"

REM /* MODIFY: set the values of the 3 variables below to reflect the current mod version */
set "mod_name=Item Upgrade"
set mod_version=v46
set mod_version=v47
set mod_folder=itemupgrade

REM /* MODIFY: list here which IE games the mod is compatible with, from this list of possibilities: */
Expand Down

0 comments on commit 6884144

Please sign in to comment.