diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Wolf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Mobs/Wolf.h b/source/Mobs/Wolf.h index 7247f823c..405df80a6 100644 --- a/source/Mobs/Wolf.h +++ b/source/Mobs/Wolf.h @@ -14,7 +14,8 @@ class cWolf : public: cWolf(void) : - super("Wolf", 95, "mob.wolf.hurt", "mob.wolf.death") + // TODO: The size is only a guesstimate, measure in vanilla and fix the size values here (wiki.vg values are suspicious) + super("Wolf", 95, "mob.wolf.hurt", "mob.wolf.death", 0.9, 0.9) { } |