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 typo in ballista bolt description #72593

Merged
merged 5 commits into from Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/json/items/ranged/ballista.json
Expand Up @@ -34,7 +34,7 @@
"id": "bolt_ballista_steel",
"type": "AMMO",
"name": { "str": "ballista bolt" },
"description": "A big, steel tipped projectile, twice the size of a normal bolt and much heavier than one. It gets thicker towards the base, and is fletched there with the portrusions of the shaft itself.",
"description": "A big, steel tipped projectile, twice the size of a normal bolt and much heavier than one. It gets thicker towards the base, and is fletched there with the protrusions of the shaft itself.",
Maleclypse marked this conversation as resolved.
Show resolved Hide resolved
kevingranade marked this conversation as resolved.
Show resolved Hide resolved
"weight": "200 g",
"volume": "450 ml",
"price": 2500,
Expand Down