diff --git a/src/Game/PlayerIA/GDSLmedlPlayer.php b/src/Game/PlayerIA/GDSLmedlPlayer.php index b667437..aff64b8 100644 --- a/src/Game/PlayerIA/GDSLmedlPlayer.php +++ b/src/Game/PlayerIA/GDSLmedlPlayer.php @@ -61,7 +61,7 @@ public function getChoice() return parent::foeChoice(); else // I am losing if ($friendStats > 70) - return parent::foeChoice(); + return parent::friendChoice(); else return $oppChoice === parent::foeChoice() ? parent::foeChoice() : parent::friendChoice(); }