Commit b7c705a2 authored by nanahira's avatar nanahira

fix

parent 9d4d6c43
...@@ -22,7 +22,7 @@ local program={ ...@@ -22,7 +22,7 @@ local program={
} }
local function init() local function init()
for task in ipairs(program) do for _,task in ipairs(program) do
Duel.Hint(HINT_SELECTMSG,task.player,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,task.player,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(task.player,Card.IsAbleToHand,task.player,LOCATION_DECK,0,task.count,task.count,nil) local g=Duel.SelectMatchingCard(task.player,Card.IsAbleToHand,task.player,LOCATION_DECK,0,task.count,task.count,nil)
Duel.SendtoHand(g,task.player,REASON_RULE) Duel.SendtoHand(g,task.player,REASON_RULE)
......
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