mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-07 03:07:01 +00:00
readded treasures in the Hunting Ground
This commit is contained in:
parent
7384f5ca34
commit
c10b18f77d
@ -1492,7 +1492,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
||||
break;
|
||||
|
||||
case laDogPlains:
|
||||
if(d == 7 && c->land == laDogPlains && false) {
|
||||
if(d == 7 && c->land == laDogPlains) {
|
||||
if(hrand(1000) < 10) {
|
||||
if(openplains(c)) {
|
||||
c->item = itDogPlains;
|
||||
|
Loading…
x
Reference in New Issue
Block a user