diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-03-12 09:41:28 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-03-12 09:41:28 +0000 |
commit | c355c808c9e9ca0b6574b88bdf32f9d434998234 (patch) | |
tree | db7595ec57de990384e80290ea2e984bc98981fb | |
parent | ee5f79eba6bd680d2c459f40262803876e6b076c (diff) | |
download | clientdata-c355c808c9e9ca0b6574b88bdf32f9d434998234.tar.gz clientdata-c355c808c9e9ca0b6574b88bdf32f9d434998234.tar.bz2 clientdata-c355c808c9e9ca0b6574b88bdf32f9d434998234.tar.xz clientdata-c355c808c9e9ca0b6574b88bdf32f9d434998234.zip |
add St Patrick Clover to client data
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/monsters.xml b/monsters.xml index 0258e975..0f51df9b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -997,6 +997,10 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s <sprite>equipment/feet/boots-male.xml|#212121</sprite> <sprite>equipment/head/bromenalhelmet.xml</sprite> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> - </monster> + </monster> + <monster id="1210" name="St Patrick's Clover" targetCursor="medium"> + <sprite>monsters/cloverpatch.xml</sprite> + <particlefx>graphics/particles/smallmagicbif.particle.xml</particlefx> + </monster> </monsters> |