Commit 061e8e38 authored by mercury233's avatar mercury233 Committed by GitHub

fix LL-プロム・スラッシュ

parent c2145d5e
......@@ -59,7 +59,7 @@ function c19369609.desop(e,tp,eg,ep,ev,re,r,rp)
end
function c19369609.condition(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetBattleMonster(tp)
return tc:IsFaceup() and tc~=e:GetHandler() and tc:IsRelateToBattle()
return tc and tc:IsFaceup() and tc~=e:GetHandler() and tc:IsRelateToBattle()
end
function c19369609.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......
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