summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-10-11 03:25:20 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-10-11 03:25:20 +0000
commit0c43dbc27a7589119509405ac308208b261419a9 (patch)
tree893c68a4487c3c93c278e5512eb5d8f86ad41dd8
parentaabcf9571fb782b2a4c85d054ead2479f5b120c3 (diff)
downloadclientdata-0c43dbc27a7589119509405ac308208b261419a9.tar.gz
clientdata-0c43dbc27a7589119509405ac308208b261419a9.tar.bz2
clientdata-0c43dbc27a7589119509405ac308208b261419a9.tar.xz
clientdata-0c43dbc27a7589119509405ac308208b261419a9.zip
Removed unnecessary hair fix for Underworld Mask
I just commented it out for now, in case a rollback is needed or the code is useful for other hats. Oddly, this code does not work on other hats I tried, like Terranite Helmet, Assassin Mask or any other full head covering. ****
-rw-r--r--items/equip-head/item5129_UnderworldMask.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/items/equip-head/item5129_UnderworldMask.xml b/items/equip-head/item5129_UnderworldMask.xml
index 8cc029ab..b50fd80c 100644
--- a/items/equip-head/item5129_UnderworldMask.xml
+++ b/items/equip-head/item5129_UnderworldMask.xml
@@ -3,7 +3,7 @@
<item id="5129" image="equipment/head/underworld-mask.png" name="Underworld Mask" description="Surely, you don't think I jest. (Troll / Floyd only: Attack range +1 / Strength +10)" effect="0 Int" attack-range="2" dex="2" agi="3" type="equip-head" defense="5" weight="100" sellProtected="true">
<sprite gender="unisex">equipment/head/underworld-mask.xml</sprite>
<sprite gender="female">equipment/head/underworld-mask-female.xml</sprite>
- <replace sprite="hair">
+ <!-- replace sprite="hair">
<item from="-6" to="-1"/>
<item from="-7" to="-1"/>
<item from="-14" to="-1"/>
@@ -11,6 +11,6 @@
<item from="-16" to="-1"/>
<item from="-17" to="-1"/>
<item from="-19" to="-1"/>
- </replace>
+ </replace -->
</item>
</items>