diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-22 14:33:37 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-02-22 14:33:37 +0000 |
commit | 43d289edb8a64ea9cfd9673d6e94173ced6bd925 (patch) | |
tree | 88089cb9bb0d3321cfe4deacbc94cf458b20a753 | |
parent | cf0d5e946c05e14638b4bede1757757b55411984 (diff) | |
parent | b790c9831eb297f3cbea2407795afe9c0b793bd9 (diff) | |
download | clientdata-43d289edb8a64ea9cfd9673d6e94173ced6bd925.tar.gz clientdata-43d289edb8a64ea9cfd9673d6e94173ced6bd925.tar.bz2 clientdata-43d289edb8a64ea9cfd9673d6e94173ced6bd925.tar.xz clientdata-43d289edb8a64ea9cfd9673d6e94173ced6bd925.zip |
Merge branch 'upmarmu_punches' into 'master'
Gave upmarmu punch variations
See merge request legacy/clientdata!508
-rw-r--r-- | items/misc/item1706_magicknuckles.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/items/misc/item1706_magicknuckles.xml b/items/misc/item1706_magicknuckles.xml index 674bb7d1..79600879 100644 --- a/items/misc/item1706_magicknuckles.xml +++ b/items/misc/item1706_magicknuckles.xml @@ -5,5 +5,12 @@ <!-- <sprite gender="female">equipment/hands/bromenalgloves-female.xml</sprite> --> <sprite>equipment/weapons/null.xml</sprite> <sound event="hit">punch.ogg</sound> + <sound event="hit">weapons/punch1.ogg</sound> + <sound event="hit">weapons/punch2.ogg</sound> + <sound event="hit">weapons/punch3.ogg</sound> + <!-- Intentional: Same as above 3 punches, so as not to overplay the first punch sound --> + <sound event="hit">weapons/punch1.ogg</sound> + <sound event="hit">weapons/punch2.ogg</sound> + <sound event="hit">weapons/punch3.ogg</sound> </item> </items> |