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:
parent
5e1464b6bd
commit
44be6bc583
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user