From 48826a09943da6b4b0f2aa1d11266806413b7f7b Mon Sep 17 00:00:00 2001 From: Henrik K Date: Sat, 7 Aug 2021 18:52:31 +0200 Subject: [PATCH] Reset stacking_Draw variable after challenging of "+4" --- Global.-1.ttslua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global.-1.ttslua b/Global.-1.ttslua index 5e8b79f..026834a 100644 --- a/Global.-1.ttslua +++ b/Global.-1.ttslua @@ -1318,6 +1318,7 @@ function co() canChallenge = true nextPlayer(1) end + stacking_Draw = 0 else if challengeButton ~= nil then @@ -1334,4 +1335,4 @@ function co() return end yieldState = nil -end \ No newline at end of file +end