From 215d22f1183d7473640bd8ed9d6858a346ddd026 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Fri, 6 Dec 2024 11:44:49 -0600 Subject: [PATCH 1/2] Initial commit --- data/mods/Xedra_Evolved/items/melee_moons_tears.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/mods/Xedra_Evolved/items/melee_moons_tears.json b/data/mods/Xedra_Evolved/items/melee_moons_tears.json index c1480c8973dbd..355ff3528da76 100644 --- a/data/mods/Xedra_Evolved/items/melee_moons_tears.json +++ b/data/mods/Xedra_Evolved/items/melee_moons_tears.json @@ -74,9 +74,8 @@ { "type": "TOOL", "id": "moons_tears_battleaxe", - "copy-from": "battleaxe", - "looks_like": "battleaxe", - "//": "copy from ch_battleaxe once that exists", + "copy-from": "ch_battleaxe", + "looks_like": "ch_battleaxe", "name": { "str_sp": "moon's tears battle axe" }, "description": "A huge axe designed for warfare, forged from some silvery metal that seems to shine with a soft internal light. It's surprisingly sharp.", "material": [ { "type": "moon_tears", "portion": 1 }, { "type": "wood", "portion": 4 } ], From f6e42ed6cb69249f975325f35cb6c02f6267c2d9 Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Fri, 6 Dec 2024 12:31:08 -0600 Subject: [PATCH 2/2] Tried check if 'FakeSpecial_s_gas' had a duplicate, but type 'overmap_special' does not track object sources