<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -335,7 +335,6 @@ class TrucoGame
     when :round
       
       @top_card_owner.mil += @round_value      
-      @round_value = @round_value_default
       if @top_card_owner.mil &gt; @round_value_end
         announce _(&quot;%{p} ganhou essa partida!!!!.&quot;) % { 
           :p =&gt; @top_card_owner, 
@@ -348,6 +347,7 @@ class TrucoGame
         :v =&gt; @round_value,
         :s =&gt; @top_card_owner.mil
       }      
+      @round_value = @round_value_default
       @players.each { |p| p.cards = [] }
       make_base_stock
       @stock = []      
@@ -496,7 +496,7 @@ class TrucoGame
   end
   
   def value_increase
-  #  @round_value == @round_value_default ? @round_value += 2 : @round_value += 3
+    @round_value == @round_value_default ? @round_value += 2 : @round_value += 3
     announce _(&quot;Essa rodada foi pra %{v}&quot; % { :v =&gt; @round_value} )
   end
 </diff>
      <filename>data/rbot/plugins/games/truco.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>052faa42ad44946494e2dfae591490912abcf22c</id>
    </parent>
  </parents>
  <author>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </author>
  <url>http://github.com/nofxx/ruby-br_bot/commit/b00df7d44666adfd0e19c2798842dad379148f6b</url>
  <id>b00df7d44666adfd0e19c2798842dad379148f6b</id>
  <committed-date>2008-08-07T03:38:33-07:00</committed-date>
  <authored-date>2008-08-07T03:38:33-07:00</authored-date>
  <message>lil fix</message>
  <tree>70fd132c07cb043e45f52883e2e46652205b6949</tree>
  <committer>
    <name>Marcos Augusto</name>
    <email>x@nofxx.com</email>
  </committer>
</commit>
