diff options
author | Reid <reidyaro@gmail.com> | 2014-05-05 05:18:23 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2014-05-05 05:18:23 +0200 |
commit | 19a7fa1f61c2fa61fbe8a4339df8a009624b463a (patch) | |
tree | 26471b55b02fee5bd465b12f49b34d00b6de59ad /monsters.xml | |
parent | 0e1889502aa46c0eee9942cb66600d994865518b (diff) | |
download | clientdata-19a7fa1f61c2fa61fbe8a4339df8a009624b463a.tar.gz clientdata-19a7fa1f61c2fa61fbe8a4339df8a009624b463a.tar.bz2 clientdata-19a7fa1f61c2fa61fbe8a4339df8a009624b463a.tar.xz clientdata-19a7fa1f61c2fa61fbe8a4339df8a009624b463a.zip |
Add target Cursor for the blubs.
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/monsters.xml b/monsters.xml index a3202c49..196ef344 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: Reid -Copyright (C) 2010-2012 Evol Online --> +Copyright (C) 2010-2014 Evol Online --> <!-- <monsters> Parent of the monster strings. @@ -74,14 +74,14 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or <sound event="hit">monsters/blub/hit1.ogg</sound> <sound event="spawn">monsters/blub/spawn1.ogg</sound> </monster> - <monster id="6" name="Blub" walkType="walkswim"> + <monster id="6" name="Blub" targetCursor="medium" walkType="walkswim"> <sprite>monsters/blub.xml</sprite> <sprite>accessories/blub-tentacle.xml</sprite> <sound event="die">monsters/blub/die1.ogg</sound> <sound event="hit">monsters/blub/hit1.ogg</sound> <sound event="spawn">monsters/blub/spawn1.ogg</sound> </monster> - <monster id="7" name="Toppy Blub" walkType="walkswim"> + <monster id="7" name="Toppy Blub" targetCursor="medium" walkType="walkswim"> <sprite>monsters/blub-toppy.xml</sprite> <sprite>accessories/blub-tentacle.xml</sprite> <sound event="die">monsters/blub/die1.ogg</sound> |