Commit 16f2a04b authored by wind2009's avatar wind2009 Committed by GitHub

fix Good Goblin Housekeeping (#1360)

parent 8ab553b7
......@@ -22,6 +22,7 @@ function c9744376.activate(e,tp,eg,ep,ev,re,r,rp)
local d=Duel.GetMatchingGroupCount(Card.IsCode,p,LOCATION_GRAVE,0,nil,9744376)+1
Duel.Draw(p,d,REASON_EFFECT)
Duel.BreakEffect()
Duel.ShuffleHand(tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=Duel.SelectMatchingCard(p,aux.TRUE,p,LOCATION_HAND,0,1,1,nil)
Duel.SendtoDeck(g,nil,1,REASON_EFFECT)
......
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