mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
reptilecheat makes Hunting empty
This commit is contained in:
@@ -2031,7 +2031,7 @@ EX void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case laHunting:
|
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(hrand(1000) < 20) {
|
||||||
if(openplains(c)) {
|
if(openplains(c)) {
|
||||||
if(hrand(2) == 0) {
|
if(hrand(2) == 0) {
|
||||||
|
Reference in New Issue
Block a user