Skip to content

Commit

Permalink
Merge pull request #40091 from Someoneman/patch-7
Browse files Browse the repository at this point in the history
Corrected wrong use of "it's"
  • Loading branch information
Rivet-the-Zombie authored May 3, 2020
2 parents 789d3b2 + e294885 commit cf7473e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/json/items/book/cooking.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
"id": "distilling_cookbook",
"type": "BOOK",
"name": { "str": "Out of the Holler and into the Home: A guide to home distilation. ", "str_pl": "copies of Out of the Holler" },
"description": "A book describing the history of at home distillation by liquor. Each chapter contains a complete recipe for it's namesake.",
"description": "A book describing the history of at home distillation by liquor. Each chapter contains a complete recipe for its namesake.",
"weight": "454 g",
"volume": "619 ml",
"price": 1950,
Expand Down Expand Up @@ -678,7 +678,7 @@
"id": "survivalflavor_book",
"type": "BOOK",
"name": { "str": "Pocket Survival Cookbook", "str_pl": "copies of Pocket Survival Cookbook" },
"description": "The smallest cookbook on the market, marketed exclusively to the outdoorsman. Packs a surprising number of recipes for it's tiny size.",
"description": "The smallest cookbook on the market, marketed exclusively to the outdoorsman. Packs a surprising number of recipes for its tiny size.",
"weight": "100 g",
"volume": "250 ml",
"price": 3050,
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/book/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
},
{
"id": "scifi1_17",
"text": "This is an almost new copy of \"A Scanner Darkly\" by Philip K. Dick. It still has the smell of new books within it's pages."
"text": "This is an almost new copy of \"A Scanner Darkly\" by Philip K. Dick. It still has the smell of new books within its pages."
},
{
"id": "scifi1_18",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/melee/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"price_postapoc": 1500,
"to_hit": -1,
"bashing": 6,
"//": "Yes, this is smaller than it's magazine well. Go with it.",
"//": "Yes, this is smaller than its magazine well. Go with it.",
"material": [ "plastic", "aluminum" ],
"symbol": ";",
"color": "dark_gray",
Expand Down
2 changes: 1 addition & 1 deletion data/json/martialarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
{
"id": "buff_fencing_onblock",
"name": "Parry",
"description": "Your next strike will find it's mark much easier from your parry.\n\n+1 Accuracy.\nLasts 1 turn.",
"description": "Your next strike will find its mark much easier from your parry.\n\n+1 Accuracy.\nLasts 1 turn.",
"skill_requirements": [ { "name": "melee", "level": 1 } ],
"melee_allowed": true,
"buff_duration": 1,
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/fungus.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"type": "MONSTER",
"name": { "str": "fungal juggernaut" },
"looks_like": "mon_skeleton_hulk",
"description": "Fungi bloom from the crevices in the ossified plates of this ponderous bone titan, and it seems even it's eyes are lost to it. A dust of spores lands on the ground with every sluggish stomp of it's heavy legs.",
"description": "Fungi bloom from the crevices in the ossified plates of this ponderous bone titan, and it seems even its eyes are lost to it. A dust of spores lands on the ground with every sluggish stomp of its heavy legs.",
"default_faction": "fungus",
"bodytype": "human",
"species": [ "FUNGUS" ],
Expand Down
4 changes: 2 additions & 2 deletions data/json/monsters/jabberwock.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "mon_fleshy_shambler",
"type": "MONSTER",
"name": { "str": "fleshy shambler" },
"description": "An amalgamation of throbbing organs from various creatures have fused together into this lurching, vaguely humanoid shape. It's myriad roughly formed mouths sussurate in a chorus of sibilant groans and whispers.",
"description": "An amalgamation of throbbing organs from various creatures have fused together into this lurching, vaguely humanoid shape. Its myriad roughly formed mouths sussurate in a chorus of sibilant groans and whispers.",
"default_faction": "jabberwock",
"species": [ "ABERRATION" ],
"volume": "80000 ml",
Expand Down Expand Up @@ -33,7 +33,7 @@
"id": "mon_flesh_golem",
"type": "MONSTER",
"name": { "str": "flesh golem" },
"description": "A seeping conglomeration of spasming muscle and organs have fused together into this towering caricature of the human form. Various organs fall off of it's hulking body only to be reabsorbed moments later.",
"description": "A seeping conglomeration of spasming muscle and organs have fused together into this towering caricature of the human form. Various organs fall off of its hulking body only to be reabsorbed moments later.",
"default_faction": "jabberwock",
"species": [ "ABERRATION" ],
"volume": "300000 ml",
Expand Down

0 comments on commit cf7473e

Please sign in to comment.