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 #40206

Merged
merged 2 commits into from May 5, 2020
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/mods/Aftershock/items/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions data/mods/Aftershock/mobs/uplifted_monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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" ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/zombies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down