Commit 351a436d authored by GuGu's avatar GuGu

Update c21129.lua

parent e52265eb
Pipeline #34809 passed with stage
in 15 seconds
......@@ -13,7 +13,7 @@ function c21129.initial_effect(c)
end
function c21129.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,21129)==0 end
Duel.RegisterFlagEffect(tp,21129,RESET_PHASE+PHASE_END,0,3)
Duel.RegisterFlagEffect(tp,21129,RESET_PHASE+PHASE_END,EFFECT_FLAG_OATH,3)
end
function c21129.filter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeck() and c:IsSetCard(0x208)
......
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