Commit 1d1fba04 authored by Amiya's avatar Amiya

修复

parent 81f60c5f
Pipeline #40563 passed with stages
in 1 minute and 54 seconds
......@@ -66,7 +66,7 @@ function s.lvtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function s.lvop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsFaceup() then
if tc:IsRelateToChain() and tc:IsType(TYPE_MONSTER) and tc:IsFaceup() then
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_LEVEL)
......
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