1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

inv:: mirrors set for the new Orbs

This commit is contained in:
Zeno Rogue 2019-01-11 15:02:04 +01:00
parent 325877a9ee
commit ab76ead2ae

View File

@ -57,6 +57,7 @@ namespace hr { namespace inv {
if(orb == itOrbSummon) return 9;
if(orb == itOrbEmpathy) return 9;
if(orb == itOrbMatter) return 9;
if(orb == itOrbIntensity) return 8;
if(orb == itOrbLuck) return 8;
if(orb == itOrbSpace) return 7;
@ -65,6 +66,7 @@ namespace hr { namespace inv {
if(orb == itOrbLove) return 6;
if(orb == itOrbRecall) return 6;
if(orb == itOrbDigging) return 6;
if(orb == itOrbGravity) return 6;
if(orb == itOrbTime) return 5;
if(orb == itOrbAir) return 5;