summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MagmaCube.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mobs/MagmaCube.cpp')
-rw-r--r--src/Mobs/MagmaCube.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Mobs/MagmaCube.cpp b/src/Mobs/MagmaCube.cpp
index 369cda6d9..e84577433 100644
--- a/src/Mobs/MagmaCube.cpp
+++ b/src/Mobs/MagmaCube.cpp
@@ -7,7 +7,15 @@
cMagmaCube::cMagmaCube(int a_Size) :
- Super("MagmaCube", mtMagmaCube, Printf("entity.%smagmacube.hurt", GetSizeName(a_Size).c_str()), Printf("entity.%smagmacube.death", GetSizeName(a_Size).c_str()), "", 0.6 * a_Size, 0.6 * a_Size),
+ Super(
+ "MagmaCube",
+ mtMagmaCube,
+ Printf("entity.%smagmacube.hurt", GetSizeName(a_Size).c_str()),
+ Printf("entity.%smagmacube.death", GetSizeName(a_Size).c_str()),
+ "",
+ 0.51f * a_Size,
+ 0.51f * a_Size
+ ),
m_Size(a_Size)
{
}