diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-25 10:36:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-25 10:36:27 -0300 |
commit | 905f4b1ba05f166daf8078ed50bb84376dd301c8 (patch) | |
tree | 1abfdfbc5a0bacf9d02e0a3e280c36138f1e84ea /items/equip-1hand.xml | |
parent | 4994b58f3c0f69444fa8e1b70c096bba3a02b2a3 (diff) | |
download | clientdata-905f4b1ba05f166daf8078ed50bb84376dd301c8.tar.gz clientdata-905f4b1ba05f166daf8078ed50bb84376dd301c8.tar.bz2 clientdata-905f4b1ba05f166daf8078ed50bb84376dd301c8.tar.xz clientdata-905f4b1ba05f166daf8078ed50bb84376dd301c8.zip |
Fix some new CI bugs introduced by a reckless conversion
Diffstat (limited to 'items/equip-1hand.xml')
-rw-r--r-- | items/equip-1hand.xml | 39 |
1 files changed, 13 insertions, 26 deletions
diff --git a/items/equip-1hand.xml b/items/equip-1hand.xml index 8d8cdeea..95f74592 100644 --- a/items/equip-1hand.xml +++ b/items/equip-1hand.xml @@ -84,10 +84,8 @@ <sprite gender="unisex">equipment/weapons/xmas-bow-slingshot.xml</sprite> <sprite gender="female">equipment/weapons/xmas-bow-slingshot.xml</sprite> - <sound event="hit"> - weapons/projectiles/snowball/hit1.ogg</sound> - <sound event="miss"> - weapons/projectiles/snowball/miss1.ogg</sound> + <sound event="hit">weapons/projectiles/snowball/hit1.ogg</sound> + <sound event="miss">weapons/projectiles/snowball/miss1.ogg</sound> </item> <item id="536" image="equipment/weapon/dagger-shortsword.png" @@ -141,12 +139,9 @@ sellProtected="true"> <sprite gender="unisex">equipment/weapons/dagger.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> <sprite gender="female">equipment/weapons/dagger-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> - <sound event="hit"> - weapons/knives/setzer/setzer-hit1.ogg</sound> - <sound event="hit"> - weapons/knives/setzer/setzer-hit2.ogg</sound> - <sound event="hit"> - weapons/knives/setzer/setzer-hit3.ogg</sound> + <sound event="hit">weapons/knives/setzer/setzer-hit1.ogg</sound> + <sound event="hit">weapons/knives/setzer/setzer-hit2.ogg</sound> + <sound event="hit">weapons/knives/setzer/setzer-hit3.ogg</sound> <sound event="strike">weapons/miss1.ogg</sound> <sound event="strike">weapons/miss2.ogg</sound> <sound event="strike">weapons/miss3.ogg</sound> @@ -165,12 +160,9 @@ weight="2000" sellProtected="true"> <sprite gender="unisex">equipment/weapons/beheader.xml</sprite> - <sound event="strike"> - weapons/other/staff/staff-miss1.ogg</sound> - <sound event="strike"> - weapons/other/staff/staff-miss2.ogg</sound> - <sound event="strike"> - weapons/other/staff/staff-miss3.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss1.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss2.ogg</sound> + <sound event="strike">weapons/other/staff/staff-miss3.ogg</sound> <sound event="hit">weapons/other/scythe/scythe-hit1.ogg</sound> <sound event="hit">weapons/other/scythe/scythe-hit2.ogg</sound> <sound event="hit">weapons/other/scythe/scythe-hit3.ogg</sound> @@ -259,16 +251,11 @@ weight="1000"> <sprite gender="unisex">equipment/weapons/sword-short.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> <sprite gender="female">equipment/weapons/sword-short-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff</sprite> - <sound event="hit"> - weapons/swords/ice_gladius/ice_gladius-hit1.ogg</sound> - <sound event="hit"> - weapons/swords/ice_gladius/ice_gladius-hit2.ogg</sound> - <sound event="hit"> - weapons/swords/ice_gladius/ice_gladius-hit3.ogg</sound> - <sound event="hit"> - weapons/swords/ice_gladius/ice_gladius-hit4.ogg</sound> - <sound event="hit"> - weapons/swords/ice_gladius/ice_gladius-hit5.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit1.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit2.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit3.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit4.ogg</sound> + <sound event="hit">weapons/swords/ice_gladius/ice_gladius-hit5.ogg</sound> <sound event="strike">weapons/swords/sword-miss1.ogg</sound> </item> </items> |