Commit a9bd0e88 authored by gg123gg's avatar gg123gg

Update c12070033.lua

parent d8d9b2d4
Pipeline #6638 failed with stages
in 35 minutes and 52 seconds
......@@ -51,10 +51,10 @@ function cm.aclimit(e,re,tp)
return rc:IsLocation(LOCATION_GRAVE) and re:IsActiveType(TYPE_MONSTER) and rc:IsType(TYPE_FUSION+TYPE_SYNCHRO+TYPE_LINK+TYPE_XYZ)
end
function cm.actfilter(c)
return c:IsFaceup() and c:IsSetCard(0x9fa8)
return c:IsFaceup() and srre.check_set_GDRT(c)
end
function cm.actfilter1(c)
return not c:IsFaceup() or not c:IsSetCard(0x9fa8)
return not c:IsFaceup() or not srre.check_set_GDRT(c)
end
function cm.actcon(e)
local ph=Duel.GetCurrentPhase()
......
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