Fix sleeves not being to work out at volhaven

This commit is contained in:
Olivier Gagnon 2021-05-03 00:27:12 -04:00
parent 5a45e3584d
commit a14a694df3

@ -907,7 +907,7 @@ export class Sleeve extends Person {
this.currentTaskLocation = LocationName.Sector12PowerhouseGym; this.currentTaskLocation = LocationName.Sector12PowerhouseGym;
costMult = 20; costMult = 20;
break; break;
case LocationName.VolhavenMilleniumFitnessGym: case LocationName.VolhavenMilleniumFitnessGym.toLowerCase():
if (this.city != CityName.Volhaven) { return false; } if (this.city != CityName.Volhaven) { return false; }
this.currentTaskLocation = LocationName.VolhavenMilleniumFitnessGym; this.currentTaskLocation = LocationName.VolhavenMilleniumFitnessGym;
costMult = 7; costMult = 7;