X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fcreature%2FNeed.hpp;h=295b00f7161448490a06088d7b2ba6fd6075e6a2;hp=67abe3c496d9ceab645625a986920cdee3a29c84;hb=42db7d9d2286e50896ad172e2e4a8fbe65c8a4a9;hpb=8f6530c75730f901efd6708e4fde7e68a178adf1 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;