diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-03-05 21:55:24 +0100 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-04-19 02:23:07 +0000 |
commit | 27a8c867b158672134ebf4d0becb6c1e82c9e359 (patch) | |
tree | 07cf9e7f78c4ee726e8debe73fa88593fc8fa6cc | |
parent | 31d9cae953c0881c2c3e60e60e2739757ac206f3 (diff) | |
download | clientdata-27a8c867b158672134ebf4d0becb6c1e82c9e359.tar.gz clientdata-27a8c867b158672134ebf4d0becb6c1e82c9e359.tar.bz2 clientdata-27a8c867b158672134ebf4d0becb6c1e82c9e359.tar.xz clientdata-27a8c867b158672134ebf4d0becb6c1e82c9e359.zip |
Small Bifs cursor size
-rw-r--r-- | monsters.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/monsters.xml b/monsters.xml index fc6e504d..e8f46816 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1884,7 +1884,7 @@ <sprite>monsters/bigbif.xml</sprite> </monster> - <monster id="1201" name="Small Bif" targetCursor="small"> + <monster id="1201" name="Small Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml</sprite> </monster> @@ -1936,27 +1936,27 @@ <sprite>monsters/bigbif.xml|#ccb534,f1ea8e,ffffaa</sprite> </monster> - <monster id="1214" name="Small Amethyst Bif" targetCursor="small"> + <monster id="1214" name="Small Amethyst Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml|#530a7c,b362e1,ca87ef</sprite> </monster> - <monster id="1215" name="Small Diamond Bif" targetCursor="small"> + <monster id="1215" name="Small Diamond Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml</sprite> </monster> - <monster id="1216" name="Small Emerald Bif" targetCursor="small"> + <monster id="1216" name="Small Emerald Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml|#1f9c1f,89d689</sprite> </monster> - <monster id="1217" name="Small Ruby Bif" targetCursor="small"> + <monster id="1217" name="Small Ruby Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml|#581a1a,a41111,c03a3a,ff6060</sprite> </monster> - <monster id="1218" name="Small Sapphire Bif" targetCursor="small"> + <monster id="1218" name="Small Sapphire Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml|#4b4bbd,888af4</sprite> </monster> - <monster id="1219" name="Small Topaz Bif" targetCursor="small"> + <monster id="1219" name="Small Topaz Bif" targetCursor="medium"> <sprite>monsters/smallbif.xml|#ccb534,f1ea8e,ffffaa</sprite> </monster> |