diff --git a/data/mods/Magiclysm/items/archery.json b/data/mods/Magiclysm/items/archery.json index dd5f2efa7b23e..56a36af40d7cb 100644 --- a/data/mods/Magiclysm/items/archery.json +++ b/data/mods/Magiclysm/items/archery.json @@ -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", diff --git a/data/mods/Magiclysm/materials.json b/data/mods/Magiclysm/materials.json index 3d7101b17f0b9..b66e3b81aa344 100644 --- a/data/mods/Magiclysm/materials.json +++ b/data/mods/Magiclysm/materials.json @@ -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" ] } ]