Fixed replacementattack not being complete.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -79,6 +79,8 @@ namespace CreatureLib::Battling {
|
||||
bool HasFled() { return _hasFled; }
|
||||
|
||||
void MarkAsFled() { _hasFled = true; }
|
||||
|
||||
uint8_t GetRandomCreatureIndex();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user