Commit b33c8ecb authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c16349001.lua

parent addb5f42
...@@ -110,7 +110,7 @@ function c16349001.naop(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,7 +110,7 @@ function c16349001.naop(e,tp,eg,ep,ev,re,r,rp)
--cannot attack --cannot attack
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CANNOT_ATTACK) e2:SetCode(EFFECT_CANNOT_DIRECT_ATTACK)
e2:SetTargetRange(0,LOCATION_MZONE) e2:SetTargetRange(0,LOCATION_MZONE)
e2:SetTarget(c16349001.atktarget) e2:SetTarget(c16349001.atktarget)
e2:SetReset(RESET_PHASE+PHASE_END,2) e2:SetReset(RESET_PHASE+PHASE_END,2)
......
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