summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Bat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/Bat.cpp')
-rw-r--r--src/Mobs/Bat.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Mobs/Bat.cpp b/src/Mobs/Bat.cpp
index 1417ddd9e..c072d4f48 100644
--- a/src/Mobs/Bat.cpp
+++ b/src/Mobs/Bat.cpp
@@ -7,8 +7,7 @@
cBat::cBat(void) :
- // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
- super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.7, 0.7)
+ super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.5, 0.9)
{
}