summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Spook.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-24 23:28:38 -0500
committerdoy <doy@tozt.net>2009-04-24 23:28:38 -0500
commitc635cf5996f9ec6439b8eaee284681014451583d (patch)
tree69818ab6cb240c4024ca9be0d05dea09cfc931b4 /lib/Bot/Games/Game/Spook.pm
parent2bb2c85f4cd80117df0bfb25330b57b5eeb0474f (diff)
downloadbot-games-c635cf5996f9ec6439b8eaee284681014451583d.tar.gz
bot-games-c635cf5996f9ec6439b8eaee284681014451583d.zip
get rid of the 'ghostlike' abstract base, and have other ghostlike games just inherit from ghost directly
Diffstat (limited to 'lib/Bot/Games/Game/Spook.pm')
-rw-r--r--lib/Bot/Games/Game/Spook.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/Spook.pm b/lib/Bot/Games/Game/Spook.pm
index 5780953..609bc06 100644
--- a/lib/Bot/Games/Game/Spook.pm
+++ b/lib/Bot/Games/Game/Spook.pm
@@ -2,7 +2,7 @@
package Bot::Games::Game::Spook;
use Bot::Games::OO;
use Games::Word qw/is_subpermutation/;
-extends 'Bot::Games::Game::Ghostlike';
+extends 'Bot::Games::Game::Ghost';
has '+help' => (
default => "spook help",