mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
Reset Location Upon Reset
This commit is contained in:
parent
9ddb1c4379
commit
c6573fb19d
@ -433,7 +433,7 @@ export class Sleeve extends Person {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called on every sleeve for a Source File prestige
|
* Called on every sleeve for a Source File Prestige
|
||||||
*/
|
*/
|
||||||
prestige(p: IPlayer): void {
|
prestige(p: IPlayer): void {
|
||||||
// Reset exp
|
// Reset exp
|
||||||
@ -454,6 +454,10 @@ export class Sleeve extends Person {
|
|||||||
this.augmentations = [];
|
this.augmentations = [];
|
||||||
this.resetMultipliers();
|
this.resetMultipliers();
|
||||||
|
|
||||||
|
// Reset Location
|
||||||
|
|
||||||
|
this.city=CityName.Sector12;
|
||||||
|
|
||||||
// Reset sleeve-related stats
|
// Reset sleeve-related stats
|
||||||
this.shock = 1;
|
this.shock = 1;
|
||||||
this.storedCycles = 0;
|
this.storedCycles = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user