summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games')
-rw-r--r--lib/Bot/Games/Game.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm
index f70f5c7..4b848be 100644
--- a/lib/Bot/Games/Game.pm
+++ b/lib/Bot/Games/Game.pm
@@ -48,7 +48,9 @@ has last_turn_time => (
has is_over => (
is => 'rw',
isa => 'Bool',
+ default => 1,
command => 1,
+ needs_init => 0,
);
sub turn {