Skip to content

Commit

Permalink
# If this commit is applied, it will ....
Browse files Browse the repository at this point in the history
fix some monster description typos

# Explain why this change is being made
grammatical reasons

# Provide links or keys to any relevant tickets, articles or other resources
# Example: fixes CleverRaven#1234, closes CleverRaven#2345, resolves CleverRaven#3456, references CleverRaven#4567
  • Loading branch information
matskuman5 committed Jun 5, 2019
1 parent eb4b37c commit 81d2052
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/monsters.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"id": "debug_mon",
"type": "MONSTER",
Expand Down Expand Up @@ -152,7 +152,7 @@
"id": "mon_beekeeper",
"type": "MONSTER",
"name": "scarred zombie",
"description": "A deformed human body, its skin has been transformed into one thick, calloused envelope of scar tissue.",
"description": "A deformed human body, its skin transformed into one thick, calloused envelope of scar tissue.",
"default_faction": "zombie",
"bodytype": "human",
"species": [ "ZOMBIE", "HUMAN" ],
Expand Down Expand Up @@ -844,7 +844,7 @@
"id": "mon_darkman",
"type": "MONSTER",
"name": "wraith",
"description": "A gigantic shadow, chaotically changing in shape and volume , two piercing orbs of light dominate what can only be described as its head.",
"description": "A gigantic shadow, chaotically changing in shape and volume. Two piercing orbs of light dominate what can only be described as its head.",
"default_faction": "nether",
"species": [ "NETHER" ],
"diff": 2,
Expand Down Expand Up @@ -1004,7 +1004,7 @@
"id": "mon_dog_zombie_rot",
"type": "MONSTER",
"name": "rot-weiler",
"description": "Acrid smell accompanies this corpse of canine. Its whole body is covered in chains of pulsing cysts and slime dribbling ulcers.",
"description": "Acrid smell accompanies this corpse of canine. Its whole body is covered in chains of pulsing cysts and slime-dribbling ulcers.",
"default_faction": "zombie",
"bodytype": "dog",
"species": [ "ZOMBIE" ],
Expand Down Expand Up @@ -2929,7 +2929,7 @@
"id": "mon_zombie",
"type": "MONSTER",
"name": "zombie",
"description": "A human body, swaying as it moves, an unstoppable rage is visible in its oily black eyes.",
"description": "A human body, swaying as it moves, an unstoppable rage visible in its oily black eyes.",
"default_faction": "zombie",
"bodytype": "human",
"categories": [ "CLASSIC" ],
Expand Down

0 comments on commit 81d2052

Please sign in to comment.