mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
doc
This commit is contained in:
@@ -9,7 +9,7 @@ Throw a party for your employees
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
throwParty(divisionName: string, cityName: string, costPerEmployee: number): Promise<number>;
|
||||
throwParty(divisionName: string, cityName: string, costPerEmployee: number): number;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -22,7 +22,7 @@ throwParty(divisionName: string, cityName: string, costPerEmployee: number): Pro
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
Promise<number>
|
||||
number
|
||||
|
||||
Amount of happiness increased.
|
||||
Multiplier for happiness and morale, or zero on failure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user