Skip to content

Commit 54541c0

Browse files
committed
"K9 - #ØØ "Hound"" fix
1 parent e5bb214 commit 54541c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre-release/c100442036.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
5454
e:GetHandler():RegisterFlagEffect(id,RESET_EVENT|RESET_CHAIN|RESETS_STANDARD&~RESET_TURN_SET,0,1)
5555
end
5656
function s.atkop(e,tp,eg,ep,ev,re,r,rp)
57+
if not (re:IsMonsterEffect() and re:GetHandlerPlayer()==1-tp) then return end
5758
Duel.Hint(HINT_CARD,0,id)
5859
local c=e:GetHandler()
5960
--This card gains 500 ATK

0 commit comments

Comments
 (0)