Commit 5f260250 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix 増草剤 (#2337)

parent 75a03ac8
...@@ -41,6 +41,7 @@ function c44887817.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -41,6 +41,7 @@ function c44887817.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,1,0,0)
end end
function c44887817.operation(e,tp,eg,ep,ev,re,r,rp) function c44887817.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetActivityCount(tp,ACTIVITY_NORMALSUMMON)~=0 then return end
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and tc:IsRace(RACE_PLANT) then if tc:IsRelateToEffect(e) and tc:IsRace(RACE_PLANT) then
......
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