Commit e554fc25 authored by mercury233's avatar mercury233 Committed by GitHub

fix レベル・レジストウォール

parent 7515bff7
...@@ -45,7 +45,7 @@ function c86133013.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -45,7 +45,7 @@ function c86133013.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
tg=eg tg=eg
else else
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TARGET)
local tg=eg:FilterSelect(tp,c86133013.tgfilter,1,1,nil,e,tp,rp,g,ft) tg=eg:FilterSelect(tp,c86133013.tgfilter,1,1,nil,e,tp,rp,g,ft)
end end
Duel.SetTargetCard(tg) Duel.SetTargetCard(tg)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_DECK)
......
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