1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

more work on the Crystal World

This commit is contained in:
Zeno Rogue
2017-10-30 09:05:16 +01:00
parent e492ea09d9
commit 36fe4c670b
10 changed files with 55 additions and 12 deletions

View File

@@ -275,7 +275,7 @@ int itemclass(eItem i) {
i == itSlime || i == itAmethyst || i == itDodeca ||
i == itGreenGrass || i == itBull ||
i == itLavaLily || i == itHunting ||
i == itBlizzard || i == itTerra
i == itBlizzard || i == itTerra || i == itGlowCrystal
)
return IC_TREASURE;
if(i == itSavedPrincess || i == itStrongWind || i == itWarning)