Commit 2145744f authored by Ma's avatar Ma

Update c72405967.lua

Q:自分の手札にモンスターが存在しない時にこのカードは発動できますか?
A:はい、発動できます。(10/06/01)
Q:自分または相手の手札が0枚の時にこのカードは発動できますか?
A:はい、発動できます。(10/06/06)
parent 0466e43e
...@@ -14,7 +14,7 @@ function c72405967.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -14,7 +14,7 @@ function c72405967.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsEnvironment(47355498,tp) return Duel.IsEnvironment(47355498,tp)
end end
function c72405967.target(e,tp,eg,ep,ev,re,r,rp,chk) function c72405967.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_HAND)>0 end if chk==0 then return Duel.GetMatchingGroupCount(nil,tp,LOCATION_HAND,LOCATION_HAND,e:GetHandler())>0 end
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,PLAYER_ALL,0) Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,0,PLAYER_ALL,0)
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,PLAYER_ALL,LOCATION_HAND) Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,PLAYER_ALL,LOCATION_HAND)
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