Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: casswedson <[email protected]>
  • Loading branch information
carlarctg and casswedson authored Mar 16, 2024
1 parent 1ea5688 commit 1db5503
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type": "dialogue",
"context": "dave",
"value": "finished",
"yes": "\" We hope our gift to you will help repay our great debt.\"\u0020",
"no": "\"We owe you a great debt for your actions of the past. Some day, we shall repay it. Until then, you are welcome here, now and always.\"\u0020"
"yes": "\"We hope our gift to you will help repay our great debt.\"",
"no": "\"We owe you a great debt for your actions of the past. Some day, we shall repay it. Until then, you are welcome here, now and always.\""
}
]
},
Expand Down Expand Up @@ -95,7 +95,7 @@
{
"type": "talk_topic",
"id": "TALK_DINODAVE_Cardboard",
"dynamic_line": "* bows deeply. \"Thank you. Our expertise with the most sacred of materials comes from a past long gone.\" He gazes off into the distance, lost in thought. You wait, but he doesn't talk again.",
"dynamic_line": "*bows deeply. \"Thank you. Our expertise with the most sacred of materials comes from a past long gone.\" He gazes off into the distance, lost in thought. You wait, but he doesn't talk again.",
"responses": [ { "text": "Uh, you there?", "topic": "TALK_DINODAVE_Gift" } ]
},
{
Expand Down
4 changes: 2 additions & 2 deletions data/json/recipes/nested.json
Original file line number Diff line number Diff line change
Expand Up @@ -7107,7 +7107,7 @@
"category": "CC_ARMOR",
"subcategory": "CSC_ARMOR_SUIT",
"name": "cardboard armor",
"description": "Recipes related to the construction of cardboard armor.",
"description": "Recipes related to the construction of cardboard 'armor'.",
"skill_used": "fabrication",
"nested_category_data": [ "helmet_cardboard", "armor_cardboard", "armor_cardboard_cuirass", "cardboard_shield", "cardboard_crown" ],
"difficulty": 1
Expand All @@ -7119,7 +7119,7 @@
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_BASHING",
"name": "cardboard weapons",
"description": "Recipes related to the construction of cardboard 'weaponry''.",
"description": "Recipes related to the construction of cardboard 'weaponry'.",
"skill_used": "fabrication",
"nested_category_data": [ "sword_cardboard", "spear_cardboard" ],
"difficulty": 1
Expand Down

0 comments on commit 1db5503

Please sign in to comment.