summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-04-10 14:58:03 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-04-10 14:58:03 +0200
commitc4c4a8eb86172f718c88b037a2ea153637f472af (patch)
tree7244e721a4f1d9569cd70652e3761f537a0ec8f0 /data
parent1a5651d2ea7dbd4d385c97727db2029dd3c9c5c5 (diff)
uno plugin: document playability of two equal cards
Diffstat (limited to 'data')
-rw-r--r--data/rbot/plugins/games/uno.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/games/uno.rb b/data/rbot/plugins/games/uno.rb
index c22dc8a1..1dc77312 100644
--- a/data/rbot/plugins/games/uno.rb
+++ b/data/rbot/plugins/games/uno.rb
@@ -644,7 +644,7 @@ class UnoPlugin < Plugin
when 'commands'
[
_("'jo' to join in"),
- _("'pl <card>' to play <card>: e.g. 'pl g7' to play Green 7, or 'pl rr' to play Red Reverse"),
+ _("'pl <card>' to play <card>: e.g. 'pl g7' to play Green 7, or 'pl rr' to play Red Reverse, or 'pl y2y2' to play both Yellow 2 cards"),
_("'pe' to pick a card"),
_("'pa' to pass your turn"),
_("'co <color>' to pick a color after playing a Wild: e.g. 'co g' to select Green (or 'pl w+4 g' to select the color when playing the Wild)"),