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
1 changed files with 0 additions and 1 deletions

View File

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