fix sleeves not being able to work at volhaven

This commit is contained in:
Olivier Gagnon 2021-10-01 22:42:31 -04:00
parent 665d25650a
commit 1fdb5c33c7

@ -750,7 +750,7 @@ export class Sleeve extends Person {
case LocationName.Sector12PowerhouseGym.toLowerCase():
expMult = 10;
break;
case LocationName.VolhavenMilleniumFitnessGym:
case LocationName.VolhavenMilleniumFitnessGym.toLowerCase():
expMult = 4;
break;
default: