Being a bit too careless today, fixes dumb oversight
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2022-03-26 11:38:40 +01:00
parent aa48557416
commit acf6612eba
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ namespace CreatureLib::Battling {
return _fillableSlots.At(i);
}
}
return false;
}
bool IsDefeated() noexcept {