mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
11.0x
This commit is contained in:
parent
16a38b7c1b
commit
ec621c64d2
@ -3206,3 +3206,5 @@ Gameplay:
|
||||
- items are now a bit larger
|
||||
- improvements to the 3D modeller: correct placement, quicker editing, color changing works now, ways to place new points in 3D more intelligently; you cannot edit floors, so 'pick something' is displayed when you try
|
||||
|
||||
2019-05-16 03:22 Version 11.0x:
|
||||
- using Orb of Safety marked you as cheater
|
||||
|
6
hyper.h
6
hyper.h
@ -2,9 +2,9 @@
|
||||
// It is quite chaotic.
|
||||
|
||||
// version numbers
|
||||
#define VER "11.0w"
|
||||
#define VERNUM 11023
|
||||
#define VERNUM_HEX 0xA617
|
||||
#define VER "11.0x"
|
||||
#define VERNUM 11024
|
||||
#define VERNUM_HEX 0xA618
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "hyper_function.h"
|
||||
|
@ -150,7 +150,7 @@ void initgame() {
|
||||
|
||||
setdist(cwt.at, BARLEV, NULL);
|
||||
|
||||
if(!use_special_land) {
|
||||
if(!use_special_land && !safety) {
|
||||
if(firstland != (princess::challenge ? laPalace : laIce)) cheater++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user