mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Remove cooldown from "Sell corporation and start over" (#919)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user