Commit de44b9cd authored by Chen Bill's avatar Chen Bill

fix ファントム・オブ・カオス

そのモンスターを除外し、このカードはエンドフェイズまで、そのモンスターと同名カードとして扱い、同じ元々の攻撃力と効果を得る。
parent 08d5af32
...@@ -36,8 +36,7 @@ end ...@@ -36,8 +36,7 @@ end
function c30312361.operation(e,tp,eg,ep,ev,re,r,rp) function c30312361.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if c:IsRelateToEffect(e) and c:IsFaceup() and tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) and Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)==1 and c:IsRelateToEffect(e) and c:IsFaceup() then
if Duel.Remove(tc,POS_FACEUP,REASON_EFFECT)~=1 then return end
--copy name, base atk --copy name, base atk
local code=tc:GetOriginalCode() local code=tc:GetOriginalCode()
local ba=tc:GetBaseAttack() local ba=tc:GetBaseAttack()
......
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