From fe77cbb67b4c36a165619d803db081e786cd0831 Mon Sep 17 00:00:00 2001 From: anothersimulacrum Date: Wed, 25 Dec 2019 21:54:00 -0800 Subject: [PATCH] Fix typos --- data/json/items/fake.json | 2 +- data/json/npcs/isherwood_farm/NPC_Luke_Isherwood.json | 2 +- data/json/npcs/missiondef.json | 2 +- .../recipe_modular_shelter_1_common.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/json/items/fake.json b/data/json/items/fake.json index 7a8866283bb54..999a2d0c6e778 100644 --- a/data/json/items/fake.json +++ b/data/json/items/fake.json @@ -17,7 +17,7 @@ "id": "fake_burrowing", "copy-from": "fake_item", "type": "TOOL", - "name": "teeth and claws", + "name": { "str": "teeth and claws", "str_pl": "teeth and claws" }, "flags": "TRADER_AVOID", "use_action": [ "BURROW" ], "qualities": [ [ "DIG", 3 ] ] diff --git a/data/json/npcs/isherwood_farm/NPC_Luke_Isherwood.json b/data/json/npcs/isherwood_farm/NPC_Luke_Isherwood.json index 100a2738a1197..ce1523c02c64d 100644 --- a/data/json/npcs/isherwood_farm/NPC_Luke_Isherwood.json +++ b/data/json/npcs/isherwood_farm/NPC_Luke_Isherwood.json @@ -16,7 +16,7 @@ "type": "npc_class", "id": "NC_ISHERWOOD_LUKE", "name": "Luke Isherwood", - "job_description": "I'm a Eddie's son, part of the Isherwood family", + "job_description": "I'm Eddie's son, part of the Isherwood family", "traits": [ { "group": "NPC_starting_traits" }, { "group": "Appearance_demographics" } ], "common": false, "bonus_per": { "one_in": 4 }, diff --git a/data/json/npcs/missiondef.json b/data/json/npcs/missiondef.json index 11dd9ab86df8c..ff020c148778e 100644 --- a/data/json/npcs/missiondef.json +++ b/data/json/npcs/missiondef.json @@ -106,7 +106,7 @@ "followup": "MISSION_GET_BLACK_BOX_TRANSCRIPT", "dialogue": { "describe": "We've got the flag, now we need to locate US forces.", - "offer": "We have the flag but now we need to locate US troops to see what we can do to help. I haven't seen any but I'm figure'n one of those choppers that were fly'n round during th outbreak would have a good idea. If you can get me a black box from one of the wrecks I'll look into where we might open'er at.", + "offer": "We have the flag but now we need to locate US troops to see what we can do to help. I haven't seen any but I'm figure'n one of those choppers that were fly'n round during th' outbreak would have a good idea. If you can get me a black box from one of the wrecks I'll look into where we might open'er at.", "accepted": "Fuck ya, America!", "rejected": "Do you have any better ideas?", "advice": "Survivors were talking about them crashing but I don't know where. If I were a pilot I'd avoid crash landing in a city or forest though.", diff --git a/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json b/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json index 39ae0c9ca41df..34707c7d73d29 100644 --- a/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json +++ b/data/json/recipes/basecamps/recipe_modular_shelter_1/recipe_modular_shelter_1_common.json @@ -337,7 +337,7 @@ { "type": "recipe", "result": "faction_base_modular_shelter_1_beds_standard_S1", - "description": "Let's furnish the southern bedroom with a regular beds.", + "description": "Let's furnish the southern bedroom with regular beds.", "category": "CC_BUILDING", "subcategory": "CSC_BUILDING_BASES", "autolearn": false, @@ -352,7 +352,7 @@ { "type": "recipe", "result": "faction_base_modular_shelter_1_beds_straw_S1", - "description": "Let's furnish the southern bedroom with a straw beds.", + "description": "Let's furnish the southern bedroom with straw beds.", "category": "CC_BUILDING", "subcategory": "CSC_BUILDING_BASES", "autolearn": false, @@ -367,7 +367,7 @@ { "type": "recipe", "result": "faction_base_modular_shelter_1_beds_makeshift_S1", - "description": "Let's furnish the southern bedroom with a makeshift beds.", + "description": "Let's furnish the southern bedroom with makeshift beds.", "category": "CC_BUILDING", "subcategory": "CSC_BUILDING_BASES", "autolearn": false,