Pottery fix for item counting because of shop conflict

This commit is contained in:
aerinon
2022-06-15 16:55:20 -06:00
parent 25905fe3f3
commit 32aebb2ad1
3 changed files with 2 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o
* Item will be highlighted in red if experimental is on * Item will be highlighted in red if experimental is on
* Bug with 0 GT crystals not opening GT * Bug with 0 GT crystals not opening GT
* Settings code fix * Settings code fix
* Fix for pottery not counting items in certain caves that share a supertile with shops
* 1.0.2.4 * 1.0.2.4
* Updated tourney winners (included Doors Async League winners) * Updated tourney winners (included Doors Async League winners)
* Fixed a couple issues with dungeon counters and the DungeonCompletion field for autotracking * Fixed a couple issues with dungeon counters and the DungeonCompletion field for autotracking

2
Rom.py
View File

@@ -37,7 +37,7 @@ from source.dungeon.RoomList import Room0127
JAP10HASH = '03a63945398191337e896e5771f77173' JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '01166fb16b38b49ef79acc9993dc4f02' RANDOMIZERBASEHASH = 'e33204b6023f07025eba16874308f57d'
class JsonRom(object): class JsonRom(object):

Binary file not shown.