Merge pull request #2737 from pd/crimestats-name

NetscriptDefinitions: Fix type of CrimeStats.name
This commit is contained in:
hydroflame
2022-01-26 00:49:04 -05:00
committed by GitHub

View File

@ -129,7 +129,7 @@ export interface CrimeStats {
/** How much money is given */ /** How much money is given */
money: number; money: number;
/** Name of crime */ /** Name of crime */
name: number; name: string;
/** Milliseconds it takes to attempt the crime */ /** Milliseconds it takes to attempt the crime */
time: number; time: number;
/** Description of the crime activity */ /** Description of the crime activity */