From b3b1611f336e31bc8070901884e59bf00a7c31f1 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 28 Oct 2023 09:15:01 +0200 Subject: [PATCH] v12.1x --- changelog.txt | 4 ++++ hyper.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 4d4b6b07..b837277c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/hyper.h b/hyper.h index fbf7d313..c8762983 100644 --- a/hyper.h +++ b/hyper.h @@ -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"