Rituals are more or less sorted out in theory, and they helped find a cycle in the GOAP algorithm that I'm detecting/preventing.

This commit is contained in:
Zed A. Shaw 2025-03-16 13:34:38 -04:00
parent 8368d2e751
commit 49531ba148
9 changed files with 94 additions and 48 deletions

View file

@ -53,5 +53,5 @@ struct Stats {
sample(1/elapsed.count());
}
void dump();
void dump(std::string msg="");
};