mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-18 10:53:43 +01:00
sleeve.getTask() retuns which crime name
This commit is contained in:
@ -64,6 +64,7 @@ export class SleeveCrimeWork extends Work {
|
||||
APICopy(): Record<string, unknown> {
|
||||
return {
|
||||
type: this.type,
|
||||
name: this.crimeType
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user