diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-20 16:50:57 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-20 16:50:57 +0000 |
commit | a2f539d8863dd8aab48e4e0c465b1105170aaee0 (patch) | |
tree | 542c2f04c3c6de9da6e8320ab8b901806aba2314 /monsters.xml | |
parent | b8673d9d2ffac8768d5c3255d103c0859d293b97 (diff) | |
download | clientdata-a2f539d8863dd8aab48e4e0c465b1105170aaee0.tar.gz clientdata-a2f539d8863dd8aab48e4e0c465b1105170aaee0.tar.bz2 clientdata-a2f539d8863dd8aab48e4e0c465b1105170aaee0.tar.xz clientdata-a2f539d8863dd8aab48e4e0c465b1105170aaee0.zip |
add murderer scorpion id 1129
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/monsters.xml b/monsters.xml index af6edbe6..7e759feb 100644 --- a/monsters.xml +++ b/monsters.xml @@ -622,5 +622,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="spawn">monsters/mushroom/spawn1.ogg</sound> <sound event="spawn">monsters/mushroom/spawn2.ogg</sound> </monster> + <monster id="1129" name="Murderer Scorpion" targetCursor="medium"> + <sprite>monsters/murdererscorpion.xml</sprite> + </monster> </monsters> |