summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-24 14:33:13 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-24 14:33:13 +0300
commite707170f6b4f163e31ebf9624aacb43fb2bfb718 (patch)
tree9a52ca352668b90b1255f3394a62880d5667b95e /src/resources/beinginfo.cpp
parentf812b1f3f1b508504170de4e2d3574775e89c4d1 (diff)
downloadplus-e707170f6b4f163e31ebf9624aacb43fb2bfb718.tar.gz
plus-e707170f6b4f163e31ebf9624aacb43fb2bfb718.tar.bz2
plus-e707170f6b4f163e31ebf9624aacb43fb2bfb718.tar.xz
plus-e707170f6b4f163e31ebf9624aacb43fb2bfb718.zip
dehardcode pet logic parameters.
New pet db parameters: startFollowDistance - distance from pet start follow owner. followDistance - distance on what pet preffer follow owner.
Diffstat (limited to 'src/resources/beinginfo.cpp')
-rw-r--r--src/resources/beinginfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/beinginfo.cpp b/src/resources/beinginfo.cpp
index 92169314a..7a8d1e0ce 100644
--- a/src/resources/beinginfo.cpp
+++ b/src/resources/beinginfo.cpp
@@ -60,6 +60,8 @@ BeingInfo::BeingInfo() :
mAvatarId(0),
mWidth(0),
mHeight(0),
+ mStartFollowDist(3),
+ mFollowDist(1),
mStaticMaxHP(false),
mTargetSelection(true)
{