Being a bit too careless today, fixes dumb oversight
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
aa48557416
commit
acf6612eba
|
@ -86,6 +86,7 @@ namespace CreatureLib::Battling {
|
||||||
return _fillableSlots.At(i);
|
return _fillableSlots.At(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsDefeated() noexcept {
|
bool IsDefeated() noexcept {
|
||||||
|
|
Loading…
Reference in New Issue