summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-02-22 00:07:37 -0400
committerLedmitz <smoothshifter@tuta.io>2023-02-22 00:07:37 -0400
commitb790c9831eb297f3cbea2407795afe9c0b793bd9 (patch)
tree88089cb9bb0d3321cfe4deacbc94cf458b20a753
parentcf0d5e946c05e14638b4bede1757757b55411984 (diff)
downloadclientdata-b790c9831eb297f3cbea2407795afe9c0b793bd9.tar.gz
clientdata-b790c9831eb297f3cbea2407795afe9c0b793bd9.tar.bz2
clientdata-b790c9831eb297f3cbea2407795afe9c0b793bd9.tar.xz
clientdata-b790c9831eb297f3cbea2407795afe9c0b793bd9.zip
Gave upmarmu punch variations
-rw-r--r--items/misc/item1706_magicknuckles.xml7
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>