From a14a694df30d78e671fa313f6dc1103ec6beb1f6 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 3 May 2021 00:27:12 -0400 Subject: [PATCH] Fix sleeves not being to work out at volhaven --- src/PersonObjects/Sleeve/Sleeve.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PersonObjects/Sleeve/Sleeve.ts b/src/PersonObjects/Sleeve/Sleeve.ts index 6cd07e3c4..12a34cee4 100644 --- a/src/PersonObjects/Sleeve/Sleeve.ts +++ b/src/PersonObjects/Sleeve/Sleeve.ts @@ -907,7 +907,7 @@ export class Sleeve extends Person { this.currentTaskLocation = LocationName.Sector12PowerhouseGym; costMult = 20; break; - case LocationName.VolhavenMilleniumFitnessGym: + case LocationName.VolhavenMilleniumFitnessGym.toLowerCase(): if (this.city != CityName.Volhaven) { return false; } this.currentTaskLocation = LocationName.VolhavenMilleniumFitnessGym; costMult = 7;