This commit is contained in:
Zeno Rogue 2019-05-16 16:57:14 +02:00
parent 16a38b7c1b
commit ec621c64d2
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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"

View File

@ -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++;
}