reptilecheat makes Hunting empty

This commit is contained in:
Zeno Rogue 2021-05-01 14:02:13 +02:00
parent 605f0209b8
commit 2135d1b798
1 changed files with 1 additions and 1 deletions

View File

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