fixed renaming

This commit is contained in:
Zeno Rogue 2017-10-10 14:59:50 +02:00
parent 680db1be32
commit 9214bdb714
2 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@ eItem treasureType(eLand l) {
case laVolcano: return itLavaLily;
case laTerracotta: case laMercuryRiver: return itTerra;
case laBlizzard: return itBlizzard;
case laHunting: return itDogPlains;
case laHunting: return itHunting;
case laCA: return itNone;
}

View File

@ -444,7 +444,7 @@ void wandering() {
else if(c->land == laIce && wchance(items[itDiamond], 10))
c->monst = hrand(2) ? moWolf : moYeti;
else if(c->land == laHunting && wchance(items[itDogPlains], 50, 26))
else if(c->land == laHunting && wchance(items[itHunting], 50, 26))
c->monst = moHunterDog;
else if(c->land == laDesert && wchance(items[itSpice], 10))