mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-11 21:33:16 +00:00
13.0c
This commit is contained in:
parent
fa9c2da41d
commit
e840e39ba0
@ -5133,3 +5133,11 @@ Gameplay fixes:
|
||||
Other:
|
||||
- in Goldberg variation, x/y limit is now based on what the engine allows, and 'dual of current' no longer can circumvent the limits
|
||||
- New projection: polar coordinates
|
||||
|
||||
2024-02-24 09:54 Update 13.0c:
|
||||
|
||||
- fixed the off-by-one error in thehelp line displayed for tides and lava
|
||||
- fixed a bug with rusalka-cursing the first tile when you shoot
|
||||
- when you press ESC in the gameover screen, the YASC message is displayed
|
||||
- special YASC message for pinches, and being on the Round Table
|
||||
- in YASC messages, mention the knights blocking the way, and also mention their names
|
||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "13.0b"
|
||||
#define VERNUM_HEX 0xAA02
|
||||
#define VER "13.0c"
|
||||
#define VERNUM_HEX 0xAA03
|
||||
|
||||
#include "sysconfig.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user