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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user