1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-06 08:43:02 +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 itOrbBull:
case itOrbShell:
case itOrbAir:
return 66;
case itOrbTime:
case itOrbSpace: