Commit f26d619a authored by Tianchenglipu's avatar Tianchenglipu

Update c96142517.lua

这个的处理是错的啦=-=
千死蛮巧是先特殊召唤,然后把目标怪兽重叠到特殊召唤的怪兽下面
这里的处理是,先重叠,再特殊召唤=。=

另外,这张卡如果要特殊召唤C88,目标也必须包含至少1只88在内才行。

目前的修改幅度,需要该卡的文本0和1分别为:「请至少选择1只「No.88 机关傀儡-命运狮子」为对象」;「是否继续选择对象?」
parent a5f844d4
......@@ -42,9 +42,6 @@ end
function c96142517.targetcheck2(c)
return c:GetOriginalCode()~=6165656
end
function c96142517.targetcheck3(c,rk)
return not c:IsRank(rk)
end
function c96142517.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end
local g1=Duel.GetMatchingGroup(c96142517.filter1,tp,LOCATION_GRAVE,0,nil,e) --avaliable targets in your graveyard
......
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