Line | Branch | Exec | Source |
---|---|---|---|
1 | /* | ||
2 | ** EPITECH PROJECT, 2024 | ||
3 | ** zappy/ai/verification | ||
4 | ** File description: | ||
5 | ** IsConcernedByIncantation.hpp | ||
6 | */ | ||
7 | |||
8 | #include "../ABotPattern.hpp" | ||
9 | |||
10 | ✗ | bool ABotPattern::isConcernedByIncantation() | |
11 | { | ||
12 | ✗ | return (_state.lastAction.action == INCANTATION || _state.metadata["wait_incant"] == "true"); | |
13 | } | ||
14 |