This commit is contained in:
Zeno Rogue 2020-03-16 21:48:03 +01:00
parent 269ff6c74f
commit 808bbe05a0
2 changed files with 12 additions and 2 deletions

View File

@ -3847,3 +3847,13 @@ Geometries:
- Frog Park longer can be generated adjacent to Land of Motion
- Orb of Safety is now marked dangerous in Wetland
- Orb of Chaos no longer despecializes Tortoises
2020-03-16 21:47 Bugfix update 11.3d:
- fixed the missing messages (and click sound) when interacting with Orb of Yendor
- you no longer immediately die in LoEM in the Hardcore mode
- fixed items disappearing with Orb of Winter and Orb of Magnetism
- fixed Baby Tortoise colors in tour/PTM
- fixed Tortoises losing their colors
- fixed Orb of Chaos losing Hive colors
- added the new lands to PTM
- fixed game over not being detected correctly when using magical boats

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3c"
#define VERNUM_HEX 0xA823
#define VER "11.3d"
#define VERNUM_HEX 0xA824
#include "sysconfig.h"