summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Avalon.pm2
-rw-r--r--README.markdown8
2 files changed, 5 insertions, 5 deletions
diff --git a/Avalon.pm b/Avalon.pm
index b228eb3..dcf7598 100644
--- a/Avalon.pm
+++ b/Avalon.pm
@@ -1,6 +1,6 @@
package Bot::BasicBot::Pluggable::Module::Avalon;
{
- $Avalon::Arthur::VERSION = '0.06';
+ $Avalon::Arthur::VERSION = '0.07';
};
use strict;
diff --git a/README.markdown b/README.markdown
index f183857..86e7baf 100644
--- a/README.markdown
+++ b/README.markdown
@@ -115,15 +115,15 @@ this turn, it can ignore this message.
The same failure outcome as for the RULENOW message applies here.
-#### VOTERESULT *PASS|FAIL* *yes* *no*
+#### VOTERESULT *PASS|FAIL* *yes*
VOTERESULT message is sent on the #avalon game channel by arthur to give the result of the vote. *status* is either PASS or FAIL, *yes* is the number of yes in
-the vote and *no* the number of no. If the vote status is PASS, team members have 15 seconds to send a new vote, for the quest success this time.
+the vote. If the vote status is PASS, team members have 60 seconds to send a new vote, for the quest success this time.
If the vote status is FAILED, another turn ends and endgame conditions are evaluated.
-#### QUESTRESULT *PASS|FAIL* *yes* *no*
+#### QUESTRESULT *PASS|FAIL* *yes*
QUESTRESULT message is sent on the #avalon game channel by arthur to give the result of the quest. *status* is either PASS or FAIL, *yes* is the number of yes in
-the vote and *no* the number of no.
+the vote.
### Game ends