From 11e7ddc8ee2f4ce49b67cf0945ae860a75725f22 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 28 Dec 2020 22:01:11 +0100 Subject: [PATCH] Slaying is now marked useful in Eclectic and Brownian --- orbgen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orbgen.cpp b/orbgen.cpp index a19b47c8..5bc7d8b7 100644 --- a/orbgen.cpp +++ b/orbgen.cpp @@ -238,7 +238,7 @@ EX eOrbLandRelation getOLR(eItem it, eLand l) { if(it == itOrbSlaying && !among(l, laMirror, laHell, laEmerald, laDryForest, laCamelot, laPalace, laStorms, laRose, laTortoise, laBurial, laDungeon, laReptile, - laPrairie, laBull, laVolcano, laTerracotta, laRuins, laVariant)) + laPrairie, laBull, laVolcano, laTerracotta, laRuins, laVariant, laEclectic, laBrownian)) return olrUseless; if(it == itOrbYendor && among(l, laWhirlwind, laWestWall)) return olrUseless;