This commit is contained in:
Zeno Rogue 2023-10-28 09:15:01 +02:00
parent 89a46a8cd1
commit b3b1611f33
2 changed files with 6 additions and 2 deletions

View File

@ -5015,3 +5015,7 @@ Fixes to the Horodisk/ideal Voronoi land structures:
- fixed Hives missing in ideal Voronoi land structure
- fixed some tiles pre-marked as mines in Minefield next to Ivory Tower in Voronoi land structure
- fixed burial mounds not appearing in chaos/h/v land structures
2023-10-29 09:13 Update 12.1x:
- a new alternative mode where the Rogue fights with a crossbow. Currently testing, so no achievements yet.
- friendly ghosts are now flagged as non-living (thanks to @jlm)

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "12.1w"
#define VERNUM_HEX 0xA937
#define VER "12.1x"
#define VERNUM_HEX 0xA938
#include "sysconfig.h"