Commit d18d8525 authored by sidschingis's avatar sidschingis

http://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=5&fid=8572&keyword=&tag=-1

フィールド上に存在する「フォーチュンレディ・ライティー」が手札に戻った場合でも、「フォーチュンレディ・ライティー」の効果を発動する事ができます。
また、手札に戻った「フォーチュンレディ・ライティー」の効果を発動する場合、効果を発動する「フォーチュンレディ・ライティー」を相手プレイヤーに見せて発動します。
parent 48c1fb35
......@@ -53,7 +53,7 @@ end
function c34471458.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:IsReason(REASON_EFFECT) and not c:IsLocation(LOCATION_DECK)
and c:IsPreviousPosition(POS_FACEUP)
and (c:IsPreviousPosition(POS_FACEUP) or c:IsLocation(LOCATION_HAND))
end
function c34471458.spfilter(c,e,tp)
return c:IsSetCard(0x31) and c:IsCanBeSpecialSummoned(e,0x8,tp,false,false)
......
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