Removed extra duration increase.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3518 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2005-04-21 01:33:17 +00:00
parent 93a58a719f
commit fc9603fc86
@@ -277,9 +277,6 @@ public class TrickCardGameManagerDelegate extends TurnGameManagerDelegate
throw new InvocationException("m.card_not_playable"); throw new InvocationException("m.card_not_playable");
} }
// since the player managed to avoid a timeout, increase turn duration
increaseTurnDurationScale(pidx);
// play the card // play the card
playCard(pidx, card); playCard(pidx, card);
} }