Commit 4e0795ef authored by DailyShana's avatar DailyShana

Merge pull request #364 from nekrozar/patch-2

fix Super Hippo Carnival
parents f65cdadc 81c28d93
...@@ -27,6 +27,7 @@ function c11050415.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -27,6 +27,7 @@ function c11050415.activate(e,tp,eg,ep,ev,re,r,rp)
if ft<=0 or (Duel.IsPlayerAffectedByEffect(tp,59822133) and ft>1) then return end if ft<=0 or (Duel.IsPlayerAffectedByEffect(tp,59822133) and ft>1) then return end
if Duel.IsPlayerCanSpecialSummonMonster(tp,18027139,0,0x4011,0,0,1,RACE_BEAST,ATTRIBUTE_EARTH) if Duel.IsPlayerCanSpecialSummonMonster(tp,18027139,0,0x4011,0,0,1,RACE_BEAST,ATTRIBUTE_EARTH)
and Duel.SelectYesNo(tp,aux.Stringid(11050415,0)) then and Duel.SelectYesNo(tp,aux.Stringid(11050415,0)) then
Duel.BreakEffect()
local c=e:GetHandler() local c=e:GetHandler()
for i=1,ft do for i=1,ft do
local token=Duel.CreateToken(tp,11050415+i) local token=Duel.CreateToken(tp,11050415+i)
......
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