Skip to content

Commit

Permalink
Fix typos (#40206)
Browse files Browse the repository at this point in the history
* Shirt typo

* Monster typos
  • Loading branch information
LaVeyanFiend authored May 5, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2e9902a commit 3140d3f
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/mods/Aftershock/items/armor.json
Original file line number Diff line number Diff line change
@@ -105,7 +105,7 @@
"id": "xl_technician_shirt_gray",
"repairs_like": "tshirt",
"type": "ARMOR",
"name": { "str": "work t-shirt" },
"name": { "str": "XL work t-shirt" },
"description": "A gray XL work t-shirt with a small front pocket.",
"weight": "84 g",
"volume": "350 ml",
4 changes: 2 additions & 2 deletions data/mods/Aftershock/mobs/uplifted_monsters.json
Original file line number Diff line number Diff line change
@@ -62,7 +62,7 @@
"type": "MONSTER",
"copy-from": "mon_uplifted_bear",
"name": { "str": "Schwarz Walder cub" },
"description": "A young Schwarz Walder. If one is out here a very protective parent is likely nearby.",
"description": "A young Schwarz Walder. If one is out here, a very protective parent is likely nearby.",
"volume": "45 L",
"weight": "60 kg",
"hp": 20,
@@ -83,7 +83,7 @@
"id": "mon_uplifted_ape",
"type": "MONSTER",
"name": { "str": "infeme" },
"description": "The Infeme are uplifted from apes and other near human ancestors. The Zulu word for monkey became the catch all term for many species of uplifts whether majority chimp, gorilla or baboon. They've probably formed colonies hidden from the Cataclysm.",
"description": "The Infeme are uplifted from apes and other near human ancestors. The Zulu word for monkey became the catch-all term for many species of uplifts whether majority chimp, gorilla or baboon. They've probably formed colonies hidden from the Cataclysm.",
"default_faction": "UPLIFT",
"bodytype": "human",
"species": [ "UPLIFT" ],
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/zombies.json
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@
"id": "mon_zombie_oliphant",
"type": "MONSTER",
"name": { "str": "Ghoulodon" },
"description": "An undead Uplifted Elephant of ginormous size. It still wears it's assault grade armor.",
"description": "An undead Uplifted Elephant of ginormous size. It still wears its assault grade armor.",
"default_faction": "zombie",
"bodytype": "human",
"species": [ "ZOMBIE", "UPLIFT" ],

0 comments on commit 3140d3f

Please sign in to comment.