Remove cooldown from "Sell corporation and start over" (#919)

This commit is contained in:
Jesse Clark
2023-12-03 01:03:30 -08:00
committed by GitHub
parent f2baa04f45
commit 34cc0441c2
4 changed files with 7 additions and 13 deletions
@@ -12,6 +12,7 @@ export function startCorporation(this: PlayerObject, corpName: string, seedFunde
this.corporation = new Corporation({
name: corpName,
seedFunded: seedFunded,
shareSaleCooldown: this.corporation?.shareSaleCooldown,
});
//reset the research tree in case the corporation was restarted
resetIndustryResearchTrees();