mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02: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():
|
case LocationName.Sector12PowerhouseGym.toLowerCase():
|
||||||
expMult = 10;
|
expMult = 10;
|
||||||
break;
|
break;
|
||||||
case LocationName.VolhavenMilleniumFitnessGym:
|
case LocationName.VolhavenMilleniumFitnessGym.toLowerCase():
|
||||||
expMult = 4;
|
expMult = 4;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user