]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Need.hpp
split creature when it's "ripe" lol
[blobs.git] / src / creature / Need.hpp
index 67abe3c496d9ceab645625a986920cdee3a29c84..295b00f7161448490a06088d7b2ba6fd6075e6a2 100644 (file)
@@ -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;