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 e5bb214 commit 54541c0Copy full SHA for 54541c0
pre-release/c100442036.lua
@@ -54,6 +54,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
54
e:GetHandler():RegisterFlagEffect(id,RESET_EVENT|RESET_CHAIN|RESETS_STANDARD&~RESET_TURN_SET,0,1)
55
end
56
function s.atkop(e,tp,eg,ep,ev,re,r,rp)
57
+ if not (re:IsMonsterEffect() and re:GetHandlerPlayer()==1-tp) then return end
58
Duel.Hint(HINT_CARD,0,id)
59
local c=e:GetHandler()
60
--This card gains 500 ATK
0 commit comments