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