Commit 13967333 authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/PHNI' into master

parents 0e622c2a 3056572f
...@@ -3,6 +3,7 @@ function c74289646.initial_effect(c) ...@@ -3,6 +3,7 @@ function c74289646.initial_effect(c)
--dice --dice
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCategory(CATEGORY_DICE+CATEGORY_ATKCHANGE+CATEGORY_DAMAGE+CATEGORY_DESTROY)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP) e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
...@@ -11,7 +12,6 @@ function c74289646.initial_effect(c) ...@@ -11,7 +12,6 @@ function c74289646.initial_effect(c)
e1:SetOperation(c74289646.operation) e1:SetOperation(c74289646.operation)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
c74289646.toss_dice=true
function c74289646.target(e,tp,eg,ep,ev,re,r,rp,chk) function c74289646.target(e,tp,eg,ep,ev,re,r,rp,chk)
local cl=Duel.GetCurrentChain() local cl=Duel.GetCurrentChain()
if chk==0 then return true end if chk==0 then return true end
......
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