Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anothersimulacrum committed Dec 26, 2019
1 parent b7329f6 commit fe77cbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/items/fake.json
Expand Up @@ -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 ] ]
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/isherwood_farm/NPC_Luke_Isherwood.json
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion data/json/npcs/missiondef.json
Expand Up @@ -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.",
Expand Down
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit fe77cbb

Please sign in to comment.