1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 01:47:39 +00:00

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

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