diff options
-rw-r--r-- | data/rbot/plugins/games/uno.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/rbot/plugins/games/uno.rb b/data/rbot/plugins/games/uno.rb index 13f39c9b..e4ee2ae2 100644 --- a/data/rbot/plugins/games/uno.rb +++ b/data/rbot/plugins/games/uno.rb @@ -253,8 +253,6 @@ class UnoGame end if card.picker > 0 @picker += card.picker - else - @picker = 0 end if card.special? @special = true |