diff --git a/forge-gui/res/adventure/common/sprites/items.atlas b/forge-gui/res/adventure/common/sprites/items.atlas index a3a5d676160..cfec35a2852 100644 --- a/forge-gui/res/adventure/common/sprites/items.atlas +++ b/forge-gui/res/adventure/common/sprites/items.atlas @@ -468,9 +468,4 @@ CartoucheOfAmbition CartoucheOfZeal xy:320,240 size:16,16 -HallowedSigil - xy:320,256 - size:16,16 -UnhallowedSigil - xy:320,272 - size:16,16 + diff --git a/forge-gui/res/adventure/common/sprites/items.png b/forge-gui/res/adventure/common/sprites/items.png index 504fa8e2dad..c05441b3629 100644 Binary files a/forge-gui/res/adventure/common/sprites/items.png and b/forge-gui/res/adventure/common/sprites/items.png differ diff --git a/forge-gui/res/adventure/common/world/items.json b/forge-gui/res/adventure/common/world/items.json index dab5ea941ba..60b84e328b1 100644 --- a/forge-gui/res/adventure/common/world/items.json +++ b/forge-gui/res/adventure/common/world/items.json @@ -1239,7 +1239,7 @@ "name": "Hallowed Sigil", "description": "Turn a creature hexproof until end of turn.", "equipmentSlot": "Neck", - "iconName": "HallowedSigil", + "iconName": "ChickenEgg", "effect": { "startBattleWithCard": [ "Hallowed Sigil" @@ -1250,7 +1250,7 @@ "name": "Unhallowed Sigil", "description": "Devour the life of an enemy creature, killing it.", "equipmentSlot": "Right", - "iconName": "UnhallowedSigil", + "iconName": "ChickenEgg", "effect": { "startBattleWithCard": [ "Sigil of Torment"