mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-16 12:30:07 +02:00
MISC: Fix typos in NetscriptDefinitions.d.ts (#1546)
This commit is contained in:
@@ -14,7 +14,7 @@ import type {
|
||||
CompanyReputationRequirement,
|
||||
EmployedByRequirement,
|
||||
JobTitleRequirement,
|
||||
KarmaRequiremennt,
|
||||
KarmaRequirement,
|
||||
MoneyRequirement,
|
||||
NumAugmentationsRequirement,
|
||||
PeopleKilledRequirement,
|
||||
@@ -173,7 +173,7 @@ export const haveKarma = (n: number): PlayerCondition => ({
|
||||
else if (n < -10) return "A history of violence";
|
||||
else return "Street cred";
|
||||
},
|
||||
toJSON(): KarmaRequiremennt {
|
||||
toJSON(): KarmaRequirement {
|
||||
return { type: "karma", karma: n };
|
||||
},
|
||||
isSatisfied(p: PlayerObject): boolean {
|
||||
|
||||
Reference in New Issue
Block a user