Commit 185e3e06 authored by Momobako's avatar Momobako

Push by Appveyor

parent e7e46a84
......@@ -94,7 +94,7 @@ function cm.atkop(e,tp,eg,ep,ev,re,r,rp)
if ct==0 then return end
local dr=Duel.GetOperatedGroup():GetFirst()
Duel.ConfirmCards(1-tp,dr)
if not (dr:IsSetCard(0x770) and dr:IsType(TYPE_MONSTER)) then return Duel.ShuffleHand(tp) end
if not (Senya.check_set_elem(dr) and dr:IsType(TYPE_MONSTER)) then return Duel.ShuffleHand(tp) end
Duel.Hint(HINT_CARD,0,dr:GetOriginalCode())
if dr:IsAttribute(ATTRIBUTE_LIGHT) then
c:RegisterFlagEffect(375640302,RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END,0,1)
......
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