Commit 9533f7e8 authored by salix5's avatar salix5

Merge pull request #1128 from nekrozar/patch-2

fix Hieratic Dragon of Tefnuit
parents e6fa9825 8056f389
...@@ -28,6 +28,7 @@ end ...@@ -28,6 +28,7 @@ end
function c77901552.hspop(e,tp,eg,ep,ev,re,r,rp,c) function c77901552.hspop(e,tp,eg,ep,ev,re,r,rp,c)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EFFECT_CANNOT_ATTACK) e1:SetCode(EFFECT_CANNOT_ATTACK)
e1:SetReset(RESET_EVENT+0xff0000+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+0xff0000+RESET_PHASE+PHASE_END)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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