Skip to content

Commit

Permalink
typo fixes by faalagorn (#55982)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombasticSlacks authored Mar 10, 2022
1 parent f6e961b commit 1b16228
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"topic": "TALK_BLACKSMITH_FABRICATE_MEASUREMENTS"
},
{
"text": "[5 weeks nomad armor] I want this wanderer armor.",
"text": "[5 weeks CBM integrated protection] I want this wanderer armor.",
"effect": [ { "u_add_var": "blacksmith_wait", "type": "number", "context": "artisans", "value": "5" } ],
"topic": "TALK_BLACKSMITH_FABRICATE_MEASUREMENTS"
}
Expand All @@ -78,15 +78,15 @@
"context": "artisans",
"op": "==",
"value": 3,
"yes": "Alright so it'll be <u_val:number_artisans_blacksmith_thickness>mm armor made of the best high carbon steel a woman can scavenge. If you're good with that I'll take the merch up front and start taking some very invasive measurements.",
"yes": "Alright, so it'll be <u_val:number_artisans_blacksmith_thickness>mm armor made of the best high carbon steel a woman can scavenge. If you're good with that I'll take the merch up front and start taking some very invasive measurements.",
"no": {
"u_compare_var": "blacksmith_wait",
"type": "number",
"context": "artisans",
"op": "==",
"value": 4,
"yes": "Alright so it'll be <u_val:number_artisans_blacksmith_thickness>mm armor made with some of the best fabrication techniques the world has ever seen. If you're good with that I'll take the merch up front and start taking some very invasive measurements.",
"no": "Alright so it'll be <u_val:umber_artisans_blacksmith_thickness>mm armor made with some of the best fabrication techniques the world has ever seen as well as some help from some extradimensional friends. I'd be lying if I said I wasn't excited. If you're good with that I'll take the merch up front and start taking some very invasive measurements."
"yes": "Alright, so it'll be <u_val:number_artisans_blacksmith_thickness>mm armor made with some of the best fabrication techniques the world has ever seen. If you're good with that I'll take the merch up front and start taking some very invasive measurements.",
"no": "Alright, so it'll be <u_val:umber_artisans_blacksmith_thickness>mm armor made with some of the best fabrication techniques the world has ever seen, as well as some help from some extradimensional friends. I'd be lying if I said I wasn't excited. If you're good with that I'll take the merch up front and start taking some very invasive measurements."
}
},
"responses": [
Expand Down

0 comments on commit 1b16228

Please sign in to comment.