From 2135d1b7982fae7ebe70d0f8a5d1ba8c2d9b77a6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 1 May 2021 14:02:13 +0200 Subject: [PATCH] reptilecheat makes Hunting empty --- landgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landgen.cpp b/landgen.cpp index b0fa5d27..c147f78b 100644 --- a/landgen.cpp +++ b/landgen.cpp @@ -2031,7 +2031,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) { break; case laHunting: - if(d == 7 && c->land == laHunting && !racing::on && !safety) { + if(d == 7 && c->land == laHunting && !racing::on && !safety && !reptilecheat) { if(hrand(1000) < 20) { if(openplains(c)) { if(hrand(2) == 0) {