Commit e09acde6 authored by GuGu's avatar GuGu

Update c999506.lua 44行跳红

parent 1ed00388
Pipeline #21572 passed with stage
in 1 minute and 19 seconds
......@@ -41,7 +41,7 @@ end
function M.lvop(e,tp,eg,ep,ev,re,r,rp)
local tc = Duel.GetFirstTarget()
if tc:IsRace(RACE_PLANT) and (tc:IsType(TYPE_XYZ) or c:IsType(TYPE_LINK)) then return end
if tc:IsRace(RACE_PLANT) and (tc:IsType(TYPE_XYZ) or tc:IsType(TYPE_LINK)) then return end
if tc:IsRelateToEffect(e) and tc:IsFaceup() then
-- change race
if not tc:IsRace(RACE_PLANT) then
......
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