diff --git a/changelog.txt b/changelog.txt index aa123846..af55fd2c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/hyper.h b/hyper.h index c744a936..7c119bcf 100644 --- a/hyper.h +++ b/hyper.h @@ -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"