Skip to content

Commit

Permalink
orichalcum: 2 spaces after full-stop, member name typo fix (#35367)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrenAudeles authored and KorGgenT committed Nov 6, 2019
1 parent fcbe9b8 commit 73a137e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/archery.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"name": "orichalcum arrow",
"symbol": "=",
"color": "white",
"description": "An arrow composed of a sliver of orichalcum. The arrow has a mysterious glow. Has a very high chance of staying intact when fired, however can only be fired from Ichaival.",
"description": "An arrow composed of a sliver of orichalcum. The arrow has a mysterious glow. Has a very high chance of staying intact when fired, however can only be fired from Ichaival.",
"material": [ "wood", "orichalcum_metal" ],
"ammo_type": "arrow_orichalcum",
"volume": "145 ml",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/materials.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"bash_dmg_verb": "dented",
"cut_dmg_verb": "scratched",
"burn_products": [ [ "scrap", 1 ] ],
"compact_into": [ "orichalcum_lump", "orichalcum_sliver" ]
"compacts_into": [ "orichalcum_lump", "orichalcum_sliver" ]
}
]

0 comments on commit 73a137e

Please sign in to comment.