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: missing spaces #59532

Merged
merged 1 commit into from
Jul 23, 2022
Merged
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
4 changes: 2 additions & 2 deletions data/json/monsters/insect_spider.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@
"id": "mon_spider_cellar_small",
"type": "MONSTER",
"name": { "str": "cellar spider" },
"description": "A cellar spider - also known as \"daddy long-legs\" - grown to distressing size. Its body is about the size of your head, with the long,spindly legs raising it up to your knee. It tries getting away from you with an unnervingly fluid run.",
"description": "A cellar spider - also known as \"daddy long-legs\" - grown to distressing size. Its body is about the size of your head, with the long, spindly legs raising it up to your knee. It tries getting away from you with an unnervingly fluid run.",
"copy-from": "mon_spider_cellar_giant",
"proportional": { "hp": 0.5, "melee_dice_sides": 0.67 },
"aggression": -50,
Expand Down Expand Up @@ -1046,7 +1046,7 @@
"id": "mon_spider_cellar_leg",
"type": "MONSTER",
"name": { "str": "detached spider leg" },
"description": "The strangely branching leg of a mutated cellar spider that…fell? crawled? off of the main body when hurt. It now flails about blindly, irregular clawed appendages grasping at anything that comes close.",
"description": "The strangely branching leg of a mutated cellar spider that… fell? crawled? off of the main body when hurt. It now flails about blindly, irregular clawed appendages grasping at anything that comes close.",
"color": "brown",
"symbol": "7",
"default_faction": "factionless",
Expand Down