mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 02:22:23 +01:00
fix sleeves not being able to work at volhaven
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user