1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

fixed the charges in Orb of Air

This commit is contained in:
Zeno Rogue 2017-08-13 21:11:40 +02:00
parent 79f1ecb993
commit 22aa5ca4bb

View File

@ -1223,6 +1223,7 @@ int orbcharges(eItem it) {
case itOrbHorns: case itOrbHorns:
case itOrbBull: case itOrbBull:
case itOrbShell: case itOrbShell:
case itOrbAir:
return 66; return 66;
case itOrbTime: case itOrbTime:
case itOrbSpace: case itOrbSpace: