Loup est désormais carnivore
This commit is contained in:
parent
04921a7a38
commit
b32fc34cc4
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ Loup::Loup(void): Animal() {
|
|||
Loup::~Loup(void) { }
|
||||
|
||||
bool Loup::carnivore(void) const noexcept {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
short Loup::id(void) const noexcept {
|
||||
|
|
Reference in a new issue