Skip to content

Commit

Permalink
13.0c
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorogue committed Feb 24, 2024
1 parent fa9c2da commit e840e39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions hyper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e840e39

Please sign in to comment.