summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/icons/matk-potion.xml9
-rw-r--r--items/equip-head/item5130_Phylactery.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/graphics/sprites/icons/matk-potion.xml b/graphics/sprites/icons/matk-potion.xml
new file mode 100644
index 00000000..ebab9e76
--- /dev/null
+++ b/graphics/sprites/icons/matk-potion.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/potion-g.png|G" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-9"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/items/equip-head/item5130_Phylactery.xml b/items/equip-head/item5130_Phylactery.xml
index a88907a1..49411f13 100644
--- a/items/equip-head/item5130_Phylactery.xml
+++ b/items/equip-head/item5130_Phylactery.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="5130" image="equipment/head/phylactery.png" name="Phylactery" description="This phylactery glows with power." atkspeed="25%" dex="-33%" mattak="90" type="equip-head" defense="1" weight="20" sellProtected="true">
+ <item id="5130" image="equipment/head/phylactery.png" name="Phylactery" description="This phylactery glows with power." atkspeed="25%" dex="-33%" mattack="90" type="equip-head" defense="1" weight="20" sellProtected="true">
<sprite gender="unisex">equipment/head/phylactery.xml</sprite>
<sprite gender="female">equipment/head/phylactery-female.xml</sprite>
</item>