1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 18:48:05 +00:00

randomized windmap placement; Safety is now marked as 'dangerous' in Volcanic

This commit is contained in:
Zeno Rogue
2017-10-12 00:20:18 +02:00
parent c18efff9df
commit c09d9532ef
3 changed files with 41 additions and 16 deletions

View File

@@ -198,6 +198,7 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
if(it == itOrbLife && (l == laKraken)) return olrUseless;
if(l == laVolcano && it == itOrbSafety) return olrDangerous;
if(l == laVolcano && itemBurns(it)) return olrBurns;
if(it == itOrbAir && l == laAlchemist) return olrUseless;