readded treasures in the Hunting Ground

This commit is contained in:
Zeno Rogue 2017-10-08 14:50:15 +02:00
parent 7384f5ca34
commit c10b18f77d
1 changed files with 1 additions and 1 deletions

View File

@ -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;