Commit 73417e64 authored by wyykak's avatar wyykak

Update c86379530.lua

parent ee3a149e
......@@ -65,8 +65,6 @@ function c86379530.thop(e,tp,eg,ep,ev,re,r,rp)
e1:Reset()
local sc=eg:GetFirst()
while sc do
Debug.Message(sc:IsSummonable(false,nil))
Debug.Message(Duel.CheckSummonedCount(sc))
if sc:IsType(TYPE_MONSTER) and sc:IsLocation(LOCATION_HAND) and sc:IsControler(tp_) and (sc:IsSummonable(false,nil) or sc:IsMSetable(false,nil)) and Duel.CheckSummonedCount(sc) then
Duel.Hint(HINT_CARD,0,86379530)
if sc:IsSummonable(false,nil) and (not sc:IsMSetable(false,nil)
......
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