Fix type of CrimeStats.name

This commit is contained in:
Kyle Hargraves 2022-01-21 07:32:39 -06:00
parent 07fe3c1906
commit 267a7144cb

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