Commit e1271b11 authored by wyykak's avatar wyykak

Merge branch 'patch-4' into 'master'

Update c50156.lua

See merge request !25
parents 4d17b129 422cf5ca
Pipeline #15374 passed with stage
in 45 seconds
...@@ -64,7 +64,7 @@ function c50156.pyop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,7 @@ function c50156.pyop(e,tp,eg,ep,ev,re,r,rp)
end end
function c50156.apycon(e,tp,eg,ep,ev,re,r,rp) function c50156.apycon(e,tp,eg,ep,ev,re,r,rp)
local at=Duel.GetAttacker() local at=Duel.GetAttacker()
return at:GetControler()==tp and at:GetFlagEffect(50156)==0 return at:GetControler()==tp and e:GetHandler():GetFlagEffect(50156)==0
end end
function c50156.apyop(e,tp,eg,ep,ev,re,r,rp) function c50156.apyop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,50456) Duel.Hint(HINT_CARD,0,50456)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment