mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
Orb of Luck now removes the blue bug bias
This commit is contained in:
parent
3c29b987ce
commit
093044ba83
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user