mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33:49 +01:00
sleeve.getTask() retuns which crime name
This commit is contained in:
parent
1a1decf5fd
commit
a6d4ef4147
@ -64,6 +64,7 @@ export class SleeveCrimeWork extends Work {
|
|||||||
APICopy(): Record<string, unknown> {
|
APICopy(): Record<string, unknown> {
|
||||||
return {
|
return {
|
||||||
type: this.type,
|
type: this.type,
|
||||||
|
name: this.crimeType
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user