This commit is contained in:
Olivier Gagnon
2022-08-17 08:50:05 -04:00
parent ba5b0be7f4
commit 3217f53717
291 changed files with 1613 additions and 2367 deletions
+3 -3
View File
@@ -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&lt;number&gt;
number
Amount of happiness increased.
Multiplier for happiness and morale, or zero on failure