Commit 1930a7ec authored by mercury233's avatar mercury233

fix 游覧艇サブマリード

parent 3147f58d
...@@ -42,6 +42,7 @@ function c87116749.indtg(e,c) ...@@ -42,6 +42,7 @@ function c87116749.indtg(e,c)
return c:IsType(TYPE_NORMAL) and c:IsFaceup() return c:IsType(TYPE_NORMAL) and c:IsFaceup()
end end
function c87116749.indct(e,re,r,rp) function c87116749.indct(e,re,r,rp)
local tp=e:GetHandlerPlayer()
local a,d=Duel.GetBattleMonster(tp) local a,d=Duel.GetBattleMonster(tp)
return bit.band(r,REASON_BATTLE)~=0 and d and d:IsType(TYPE_EFFECT) return bit.band(r,REASON_BATTLE)~=0 and d and d:IsType(TYPE_EFFECT)
end end
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