]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Creature.hpp
shoddy meters
[blobs.git] / src / creature / Creature.hpp
index e912553e6dcb3f3612e894281249a7d7d4e11bda..135cf9eb1d98d80d70a327f38a66e106d42af679 100644 (file)
@@ -49,6 +49,7 @@ public:
        double Health() const noexcept { return health; }
 
        void AddNeed(const Need &n) { needs.push_back(n); }
+       const std::vector<Need> &Needs() const noexcept { return needs; }
 
        void Tick(double dt);