summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Slime.h
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-07-18 16:55:28 +0200
committerHowaner <franzi.moos@googlemail.com>2014-07-18 16:55:28 +0200
commit509d3d3b62c2dc5b328cf122c0fc5f0595b73721 (patch)
treeba04358da23a8a519e3139f64058709bbc208b4e /src/Mobs/Slime.h
parentSplit into more lines. (diff)
downloadcuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.tar
cuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.tar.gz
cuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.tar.bz2
cuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.tar.lz
cuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.tar.xz
cuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.tar.zst
cuberite-509d3d3b62c2dc5b328cf122c0fc5f0595b73721.zip
Diffstat (limited to 'src/Mobs/Slime.h')
-rw-r--r--src/Mobs/Slime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Slime.h b/src/Mobs/Slime.h
index 87c5a8e5e..b0e2f627c 100644
--- a/src/Mobs/Slime.h
+++ b/src/Mobs/Slime.h
@@ -13,7 +13,7 @@ class cSlime :
typedef cAggressiveMonster super;
public:
- /** Creates a slime of the specified size; size is 1 .. 3, with 1 being the smallest */
+ /** Creates a slime of the specified size; size can be 1, 2 or 4, with 1 is the smallest and 4 is the tallest. */
cSlime(int a_Size);
CLASS_PROTODEF(cSlime);