We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7381708 commit 95ac055Copy full SHA for 95ac055
rush/c160014063.lua
@@ -68,7 +68,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
68
--Use the label of e1 to see if there were cards from the deck
69
if eg:IsExists(s.filter,1,nil,1-ep) then
70
e:GetLabelObject():SetLabel(1)
71
- else
+ elseif not eg:GetFirst():IsReason(REASON_RULE) then
72
e:GetLabelObject():SetLabel(0)
73
end
74
--Raise 1 event per chain
0 commit comments