Skip to content

Commit

Permalink
update version 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Apr 23, 2023
1 parent 4c0b1f5 commit b624a37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
VERSION 3.15
-Added an NPC to prevent softlocks on flower mountain.
-Bonus items (frequently seen in `fourkeys`) may occasionally appear as a reward in standard open world mode.
-Removed the Egg Ring from the bonus item pool.
-Fixed bug where randomizer kept running out of locations to place character recruitment, particularly in `fourkeys`.
-Removed key shop, obsolete keys from `fourkeys`.
-Changed how event flags are distributed. The objective is to reserve flags for locations that are persistent from seed to seed, to assist with troubleshooting. However, this also means that many flags that were not being used previously, are now being used, so certain bugs related to event triggers might start showing up in this version.

VERSION 3.14
-Added a new game mode: `fourkeys`. In `fourkeys` there are only four keys.
-Capsule monster reverts to the one you selected after battle.
Expand Down
4 changes: 2 additions & 2 deletions randomizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from traceback import format_exc


VERSION = '3.14'
TEXT_VERSION = 'Three Fourteen'
VERSION = '3.15'
TEXT_VERSION = 'Three Fifteen'
ALL_OBJECTS = None
DEBUG_MODE = False

Expand Down

0 comments on commit b624a37

Please sign in to comment.