Orb of Lava is now marked 'useless' in Graveyard

This commit is contained in:
Zeno Rogue
2019-02-06 18:48:52 +01:00
parent 681fd0f1c9
commit 923aae9cf1
+3
View File
@@ -325,6 +325,9 @@ eOrbLandRelation getOLR(eItem it, eLand l) {
if(isHaunted(l) && it == itOrbLava)
return olrUseless;
if(l == laGraveyard && it == itOrbLava)
return olrUseless;
if(l == laDryForest)
if(it == itOrbFire || it == itOrbLightning || it == itOrbLava)