From 093044ba8382477d27805758500ad1aa324f9101 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 28 May 2024 13:33:19 +0200 Subject: [PATCH] Orb of Luck now removes the blue bug bias --- complex.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/complex.cpp b/complex.cpp index fdab8639..717a6fb6 100644 --- a/complex.cpp +++ b/complex.cpp @@ -1688,6 +1688,7 @@ EX namespace hive { EX eMonster randomHyperbug() { int h = hivehard(); + if(h && markOrb(itOrbLuck)) h /= 4; if(hrand(200) < h) return moBug2; return eMonster(moBug0 + hrand(BUGCOLORS));