diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Silverfish.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Mobs/Silverfish.h b/source/Mobs/Silverfish.h index 24a9cf38b..7d675a9c0 100644 --- a/source/Mobs/Silverfish.h +++ b/source/Mobs/Silverfish.h @@ -14,7 +14,8 @@ class cSilverfish : public: cSilverfish(void) : - super("Silverfish", 60, "mob.silverfish.hit", "mob.silverfish.kill") + // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here + super("Silverfish", 60, "mob.silverfish.hit", "mob.silverfish.kill", 0.9, 0.3) { } |