Made an AI debug view to I can make working on the AI easier. I might add the ability to toggle things on/off live to see what the AI does.
This commit is contained in:
parent
fc8e65f4d6
commit
4bf9a9177f
8 changed files with 60 additions and 16 deletions
|
@ -270,6 +270,7 @@ void System::combat(int attack_id) {
|
|||
battle.set_all("enemy_found", true);
|
||||
battle.set_all("in_combat", true);
|
||||
battle.plan();
|
||||
battle.dump();
|
||||
}
|
||||
|
||||
while(auto act = battle.next()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue