Commit b8e39b40 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c60150601.lua

parent e0fd4920
Pipeline #30473 passed with stages
in 38 minutes and 22 seconds
......@@ -79,8 +79,8 @@ function c60150601.acttg(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(ac)
Duel.SetChainLimit(c60150601.climit)
end
function c60150601.climit(e,lp,tp)
return lp==tp or not re:GetHandler():IsType(TYPE_MONSTER)
function c60150601.climit(re,rp,tp)
return tp==rp or not re:GetHandler():IsType(TYPE_MONSTER)
end
function c60150601.actop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(Card.IsFaceup,tp,0,LOCATION_MZONE,nil)
......
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