Skip to content

Commit

Permalink
Be a little more gentle if he is gentle
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfinadia committed Dec 14, 2018
1 parent a111eb3 commit 4f8db30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game/PlayerIA/GDSLmedlPlayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 4f8db30

Please sign in to comment.