Commit ac4c0107 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c95676943.lua

Fix: Will now send monsters to the Graveyard that are immune. Such as Elemental HERO Wildheart.
parent e25878de
...@@ -35,6 +35,6 @@ function c95676943.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -35,6 +35,6 @@ function c95676943.tgop(e,tp,eg,ep,ev,re,r,rp)
c:SetTurnCounter(ct) c:SetTurnCounter(ct)
if ct==3 then if ct==3 then
local g=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,LOCATION_ONFIELD) local g=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,LOCATION_ONFIELD)
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_RULE)
end end
end 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