summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bot/Games/Game/24.pm1
-rw-r--r--lib/Bot/Games/Game/Chess.pm1
-rw-r--r--lib/Bot/Games/Game/Ghost.pm1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index dd072c4..fcfe24b 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -1,6 +1,5 @@
package Bot::Games::Game::24;
use Bot::Games::OO;
-extends 'Bot::Games::Game';
use List::Util qw/shuffle/;
use Math::Expression::Evaluator;
diff --git a/lib/Bot/Games/Game/Chess.pm b/lib/Bot/Games/Game/Chess.pm
index d689785..d77f820 100644
--- a/lib/Bot/Games/Game/Chess.pm
+++ b/lib/Bot/Games/Game/Chess.pm
@@ -1,6 +1,5 @@
package Bot::Games::Game::Chess;
use Bot::Games::OO;
-extends 'Bot::Games::Game';
with 'Bot::Games::Game::Role::CurrentPlayer';
use Chess::Rep;
diff --git a/lib/Bot/Games/Game/Ghost.pm b/lib/Bot/Games/Game/Ghost.pm
index 97dbbb9..9dba5d2 100644
--- a/lib/Bot/Games/Game/Ghost.pm
+++ b/lib/Bot/Games/Game/Ghost.pm
@@ -1,7 +1,6 @@
package Bot::Games::Game::Ghost;
use Bot::Games::OO;
use Games::Word::Wordlist;
-extends 'Bot::Games::Game';
with 'Bot::Games::Game::Role::CurrentPlayer';
has '+help' => (