1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-13 10:50:35 +00:00

Merge pull request #169 from jruderman/winter_return

Remove unreachable break
This commit is contained in:
Zeno Rogue 2021-06-30 01:04:16 +02:00 committed by GitHub
commit 9bc13e6f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1574,7 +1574,6 @@ EX int orbcharges(eItem it) {
return inv::on ? 150 : 50; return inv::on ? 150 : 50;
case itOrbWinter: // "pickup-winter" case itOrbWinter: // "pickup-winter"
return inv::on ? 45 : 30; return inv::on ? 45 : 30;
break;
case itOrbBeauty: case itOrbBeauty:
case itOrbEmpathy: case itOrbEmpathy:
case itOrbFreedom: case itOrbFreedom: