1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-31 19:36:16 +00:00

inv:: multiplicity for Orb of Impact

This commit is contained in:
Zeno Rogue 2020-02-27 19:54:18 +01:00
parent 5e1464b6bd
commit 44be6bc583

View File

@ -75,6 +75,7 @@ EX namespace inv {
if(orb == itOrbRecall) return 6;
if(orb == itOrbDigging) return 6;
if(orb == itOrbGravity) return 6;
if(orb == itOrbImpact) return 6;
if(orb == itOrbTime) return 5;
if(orb == itOrbAir) return 5;