Commit 3d3ee2c2 authored by 未闻皂名's avatar 未闻皂名

2022/7/11 A魔熊花莉莉丝调整更新

parent ed12faef
...@@ -27,7 +27,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -27,7 +27,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function cm.operation(e,tp,eg,ep,ev,re,r,rp) function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD.SelectAndDoAction(HINTMSG_RTOHAND,Card.IsAbleToHand,tp,0,LOCATION_MZONE,1,1,nil,function(g) RD.SelectAndDoAction(HINTMSG_RTOHAND,Card.IsAbleToHand,tp,0,LOCATION_MZONE,1,1,nil,function(g)
if RD.SendToOpponentHand(g)~=0 then if RD.SendToOpponentHand(g)~=0 and g:IsExists(Card.IsLocation,1,nil,LOCATION_HAND) then
RD.CanSelectAndSpecialSummon(aux.Stringid(m,1),cm.spfilter,1-tp,LOCATION_HAND,0,1,1,nil,e,POS_FACEUP_ATTACK,true) RD.CanSelectAndSpecialSummon(aux.Stringid(m,1),cm.spfilter,1-tp,LOCATION_HAND,0,1,1,nil,e,POS_FACEUP_ATTACK,true)
end end
end) end)
......
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