fire-related orbs are now useless in Wetland

This commit is contained in:
Zeno Rogue 2020-03-21 09:32:28 +01:00
parent 766c7389d5
commit c91209620e
1 changed files with 3 additions and 0 deletions

View File

@ -379,6 +379,9 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) {
if(l == laDryForest)
if(it == itOrbFire || it == itOrbLightning || it == itOrbLava)
return olrDangerous;
if(l == laWet && among(it, itOrbDragon, itOrbLava, itOrbFire))
return olrUseless;
if(l == laDungeon) {
if(it == itOrbSafety || it == itOrbFrog ||