Skip to content

Commit

Permalink
Fix issue of translating sling, add ctxt to sling when it is weapon. f…
Browse files Browse the repository at this point in the history
…ixes #35639
  • Loading branch information
akirashirosawa committed Nov 23, 2019
1 parent 1681742 commit 971c49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/ranged.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"type": "GUN",
"symbol": "(",
"color": "brown",
"name": "sling",
"name": { "ctxt": "weapon", "str": "sling" },
"description": "A leather sling, easy to use and accurate. It uses pebbles as ammunition.",
"price": 150,
"//": "It's little more than a piece of slightly shaped leather",
Expand Down

0 comments on commit 971c49c

Please sign in to comment.