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

View File

@@ -9,7 +9,7 @@ Commit a crime.
<b>Signature:</b>
```typescript
commitCrime(crime: string): number;
commitCrime(crime: string, focus?: boolean): number;
```
## Parameters
@@ -17,6 +17,7 @@ commitCrime(crime: string): number;
| Parameter | Type | Description |
| --- | --- | --- |
| crime | string | Name of crime to attempt. |
| focus | boolean | Acquire player focus on this program creation. Optional. Defaults to true. |
<b>Returns:</b>