removed the ability to bribe for shares

This commit is contained in:
Olivier Gagnon
2022-07-26 08:20:22 -04:00
parent ebae95dd4a
commit 18c3572423
5 changed files with 30 additions and 34 deletions

View File

@@ -6928,10 +6928,9 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
* Bribe a faction
* @param factionName - Faction name
* @param amountCash - Amount of money to bribe
* @param amountShares - Amount of shares to bribe
* @returns True if successful, false if not
*/
bribe(factionName: string, amountCash: number, amountShares: number): boolean;
bribe(factionName: string, amountCash: number): boolean;
/**
* Get corporation data
* @returns Corporation data