mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 14:30:08 +00:00
More Elemental orbs from Elemental Planes
This commit is contained in:
parent
9e9fbbbcd3
commit
602ea1801e
@ -180,7 +180,7 @@ namespace inv {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gainRandomOrbs(offensiveOrbs, itBone, 25, 0);
|
gainRandomOrbs(offensiveOrbs, itBone, 25, 0);
|
||||||
gainRandomOrbs(elementalOrbs, itElemental, 20, 0);
|
gainRandomOrbs(elementalOrbs, itElemental, 12, 0);
|
||||||
gainRandomOrbs(demonicOrbs, itHell, 20, 100);
|
gainRandomOrbs(demonicOrbs, itHell, 20, 100);
|
||||||
|
|
||||||
if(items[itOrbLove] && !items[itSavedPrincess]) items[itSavedPrincess] = 1;
|
if(items[itOrbLove] && !items[itSavedPrincess]) items[itSavedPrincess] = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user