X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcreature%2FNeed.hpp;h=295b00f7161448490a06088d7b2ba6fd6075e6a2;hb=e99964b46daba40b1fad1224a42f5ea9f18d1642;hp=67abe3c496d9ceab645625a986920cdee3a29c84;hpb=7c0cb00fac415d393fc3c3397caeb97e31235e69;p=blobs.git diff --git a/src/creature/Need.hpp b/src/creature/Need.hpp index 67abe3c..295b00f 100644 --- a/src/creature/Need.hpp +++ b/src/creature/Need.hpp @@ -22,6 +22,8 @@ struct Need { double inconvenient = 0.0; // the value at which this need starts to hurt double critical = 0.0; + // factor of the intake that may stay in the body + double growth = 0.0; virtual ~Need() noexcept;