From b32fc34cc41677f81b0d24ee6234c3224c969991 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 2 Apr 2022 21:04:51 +0200 Subject: [PATCH] =?UTF-8?q?Loup=20est=20d=C3=A9sormais=20carnivore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- univers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/univers.cpp b/univers.cpp index b971ec4..5ca00bd 100644 --- a/univers.cpp +++ b/univers.cpp @@ -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 {