From f2fa64b79142a7b6ed0b696eb381d3888804504f Mon Sep 17 00:00:00 2001 From: "Saturnin, le bot IRC" Date: Mon, 30 Jul 2012 01:03:56 +0200 Subject: [PATCH] changement du maxspawn --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index b972805..5046189 100644 --- a/config.py +++ b/config.py @@ -38,7 +38,7 @@ killwords = [u"pan", u"bim", u"bang"] score_file="scores.pickle" -spawn_delays = [60*10, 60*20] +spawn_delays = [60*10, 60*40] spawn_sentences = [ u"Coin ! Coin !", u"A year spent in artificial intelligence is enough to make one believe in God.", @@ -94,4 +94,4 @@ u"Are you the farmer?", ] times_up_delays = [60*5, 60*10] -times_up_sentences = [u"I stayed alive, you're too slow !!!"] \ No newline at end of file +times_up_sentences = [u"I stayed alive, you're too slow !!!"] -- 2.39.2