summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-24 21:14:33 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-24 21:14:47 +0100
commit9e555d6f636dfb96a6e5ea58bbdeaee9fc624586 (patch)
treef1b3cb40d2de74d1a645903982e78904bed907e3
parent171882f8220e9ed77ea752f619660c4bb72774f9 (diff)
downloadclientdata-9e555d6f636dfb96a6e5ea58bbdeaee9fc624586.tar.gz
clientdata-9e555d6f636dfb96a6e5ea58bbdeaee9fc624586.tar.bz2
clientdata-9e555d6f636dfb96a6e5ea58bbdeaee9fc624586.tar.xz
clientdata-9e555d6f636dfb96a6e5ea58bbdeaee9fc624586.zip
fix bif name
-rw-r--r--graphics/sprites/monsters/bif.png (renamed from graphics/sprites/monsters/ironfragments.png)bin2255 -> 2255 bytes
-rw-r--r--graphics/sprites/monsters/bif.xml (renamed from graphics/sprites/monsters/ironfragments.xml)2
-rw-r--r--monsters.xml4
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sprites/monsters/ironfragments.png b/graphics/sprites/monsters/bif.png
index 8a7551b1..8a7551b1 100644
--- a/graphics/sprites/monsters/ironfragments.png
+++ b/graphics/sprites/monsters/bif.png
Binary files differ
diff --git a/graphics/sprites/monsters/ironfragments.xml b/graphics/sprites/monsters/bif.xml
index 6fd48e94..d0cde417 100644
--- a/graphics/sprites/monsters/ironfragments.xml
+++ b/graphics/sprites/monsters/bif.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<sprite>
- <imageset name="base" src="graphics/sprites/monsters/ironfragments.png|W" width="32" height="32" />
+ <imageset name="base" src="graphics/sprites/monsters/bif.png|W" width="32" height="32" />
<action name="stand" imageset="base">
<animation>
diff --git a/monsters.xml b/monsters.xml
index a7326e3b..fa3ede3c 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -279,8 +279,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or
<monster id="1057" name="Witched Zombie" targetCursor="medium">
<sprite>monsters/witchedzombie.xml</sprite>
</monster>
- <monster id="1058" name="Iron Fragments" targetCursor="medium">
- <sprite>monsters/ironfragments.xml</sprite>
+ <monster id="1058" name="Bif" targetCursor="medium">
+ <sprite>monsters/bif.xml</sprite>
</monster>
<monster id="1059" name="Night Dragon" targetCursor="large">
<sprite>monsters/nightdragon.xml</sprite>