Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #36456

Merged
merged 1 commit into from
Dec 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/items/fake.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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