Commit d1dd62bb authored by POLYMER's avatar POLYMER

fix

parent 60b75f7d
...@@ -33,9 +33,8 @@ function c33201408.initial_effect(c) ...@@ -33,9 +33,8 @@ function c33201408.initial_effect(c)
e4:SetType(EFFECT_TYPE_IGNITION) e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_MZONE) e4:SetRange(LOCATION_MZONE)
e4:SetCountLimit(1) e4:SetCountLimit(1)
e4:SetCondition(c33201408.thcon1) e4:SetTarget(c33201408.settg)
e4:SetTarget(c33201408.thtg1) e4:SetOperation(c33201408.setop)
e4:SetOperation(c33201408.thop1)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
c33201408.SetCard_JDSS=true c33201408.SetCard_JDSS=true
......
...@@ -22,7 +22,7 @@ end ...@@ -22,7 +22,7 @@ end
--syn --syn
function VHisc_YMSJ.synfilter(c,sc) function VHisc_YMSJ.synfilter(c,sc)
return c:IsType(TYPE_MONSTER) and c:IsFaceup() and (c:IsNotTuner(sc) or c:IsSetCard(0x5327)) and c:IsLevelAbove(0) and c:IsAbleToGrave() and c:IsCanBeSynchroMaterial(sc) return c:IsType(TYPE_MONSTER) and (c:IsLocation(LOCATION_HAND) or c:IsFaceup()) and (c:IsNotTuner(sc) or c:IsSetCard(0x5327)) and c:IsLevelAbove(0) and c:IsAbleToGrave() and c:IsCanBeSynchroMaterial(sc)
end end
function VHisc_YMSJ.cck(c) function VHisc_YMSJ.cck(c)
return c:IsSetCard(0x5327) return c:IsSetCard(0x5327)
......
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