Commit 2e9d77ab authored by VanillaSalt's avatar VanillaSalt

update

parent eeefb35c
......@@ -27,7 +27,7 @@ function c38723936.activate(e,tp,eg,ep,ev,re,r,rp)
tc=g:GetNext()
end
Duel.Hint(HINT_SELECTMSG,1-tp,564)
local ac=Duel.AnnounceCard(1-tp)
local ac=Duel.AnnounceCard(1-tp,TYPE_MONSTER)
if ac~=last:GetCode() then
Duel.SpecialSummon(last,0,tp,tp,false,false,POS_FACEUP)
else
......
......@@ -16,7 +16,7 @@ function c78053598.filter(c,code)
end
function c78053598.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,564)
local code=Duel.AnnounceCard(tp)
local code=Duel.AnnounceCard(tp,TYPE_MONSTER)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(1-tp,c78053598.filter,1-tp,LOCATION_DECK,0,1,1,nil,code)
local tc=g:GetFirst()
......
......@@ -11,7 +11,7 @@ function c8323633.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end
Duel.Hint(HINT_SELECTMSG,tp,564)
local ac=Duel.AnnounceCard(tp)
local ac=Duel.AnnounceCard(tp,TYPE_MONSTER)
c:SetHint(CHINT_CARD,ac)
--remove
local e1=Effect.CreateEffect(c)
......
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