Skip to content

Commit 95ac055

Browse files
committed
updated Amusi Annoyance
1 parent 7381708 commit 95ac055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160014063.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
6868
--Use the label of e1 to see if there were cards from the deck
6969
if eg:IsExists(s.filter,1,nil,1-ep) then
7070
e:GetLabelObject():SetLabel(1)
71-
else
71+
elseif not eg:GetFirst():IsReason(REASON_RULE) then
7272
e:GetLabelObject():SetLabel(0)
7373
end
7474
--Raise 1 event per chain

0 commit comments

Comments
 (0)