Commit bf28bb2f authored by Tachibana's avatar Tachibana

得得得得得

parent 727b5765
Pipeline #11462 passed with stages
in 29 minutes and 51 seconds
......@@ -45,7 +45,7 @@ function c71400059.xyzlv(e,c,rc)
return 0x40000+c:GetLevel()
end
function c71400059.filter3a(c)
return c:IsType(TYPE_XYZ) and c:IsPreviousPosition(POS_FACEUP) and c:GetOverlayGroup():IsExists(c71400059.filter3b,1,nil)
return c:IsType(TYPE_XYZ) and (c:IsPreviousPosition(POS_FACEUP) or c:IsLocation(LOCATION_GRAVE) or c:IsFaceup()) and c:GetOverlayGroup():IsExists(c71400059.filter3b,1,nil)
end
function c71400059.filter3b(c)
return c:IsSetCard(0x714) and not (c:IsType(TYPE_MONSTER) and c:IsLevel(4))
......
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