1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

More Elemental orbs from Elemental Planes

This commit is contained in:
Zeno Rogue 2017-08-14 20:35:49 +02:00
parent 9e9fbbbcd3
commit 602ea1801e

View File

@ -180,7 +180,7 @@ namespace inv {
}
gainRandomOrbs(offensiveOrbs, itBone, 25, 0);
gainRandomOrbs(elementalOrbs, itElemental, 20, 0);
gainRandomOrbs(elementalOrbs, itElemental, 12, 0);
gainRandomOrbs(demonicOrbs, itHell, 20, 100);
if(items[itOrbLove] && !items[itSavedPrincess]) items[itSavedPrincess] = 1;