This commit is contained in:
danielyxie
2017-09-03 12:44:24 -05:00
4 changed files with 82 additions and 6 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ import {Programs} from "./CreateProgram.js";
import {determineCrimeSuccess} from "./Crimes.js";
import {Engine} from "./engine.js";
import {Factions, Faction} from "./Faction.js";
import {Gang} from "./Gang.js";
import {Gang, resetGangs} from "./Gang.js";
import {Locations} from "./Location.js";
import {AllServers, Server, AddToAllServers} from "./Server.js";
import {SpecialServerIps, SpecialServerNames} from "./SpecialServerIps.js";
@@ -360,6 +360,7 @@ PlayerObject.prototype.prestigeSourceFile = function() {
//Gang
this.gang = null;
resetGangs();
//Reset Stock market
this.hasWseAccount = false;