1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-07 21:16:48 +00:00

Orb of Luck now removes the blue bug bias

This commit is contained in:
Zeno Rogue 2024-05-28 13:33:19 +02:00
parent 3c29b987ce
commit 093044ba83

View File

@ -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));