diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-13 18:54:52 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-09-29 22:33:13 +0200 |
commit | 7638b25cf618cfcce97c58ccdcaa8366a6bb8532 (patch) | |
tree | 76ddbf05d6f7549a0a2527a3091a05cce9833a7d /src/Mobs/Sheep.cpp | |
parent | Improved entity bounding box collision (diff) | |
download | cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.tar cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.tar.gz cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.tar.bz2 cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.tar.lz cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.tar.xz cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.tar.zst cuberite-7638b25cf618cfcce97c58ccdcaa8366a6bb8532.zip |
Diffstat (limited to 'src/Mobs/Sheep.cpp')
-rw-r--r-- | src/Mobs/Sheep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Sheep.cpp b/src/Mobs/Sheep.cpp index 2a6d27969..a9916de79 100644 --- a/src/Mobs/Sheep.cpp +++ b/src/Mobs/Sheep.cpp @@ -12,7 +12,7 @@ cSheep::cSheep(int a_Color) : - Super("Sheep", mtSheep, "entity.sheep.hurt", "entity.sheep.death", "entity.sheep.ambient", 0.6, 1.3), + Super("Sheep", mtSheep, "entity.sheep.hurt", "entity.sheep.death", "entity.sheep.ambient", 0.9, 1.3), m_IsSheared(false), m_WoolColor(a_Color), m_TimeToStopEating(-1) |