Commit e64a1318 authored by Vury Leo's avatar Vury Leo

Add Hand to confirm as well

parent 672e6069
Pipeline #37103 failed with stages
in 59 seconds
...@@ -2677,7 +2677,7 @@ function FusionSpell.GetSummonOperation( ...@@ -2677,7 +2677,7 @@ function FusionSpell.GetSummonOperation(
end end
-- before do the operations to the materials, hint the opponent selected materials -- before do the operations to the materials, hint the opponent selected materials
local confirm_materials=materials:Filter(Card.IsLocation,nil,LOCATION_HAND|LOCATION_EXTRA) local confirm_materials=materials:Filter(Card.IsLocation,nil,LOCATION_HAND|LOCATION_EXTRA|LOCATION_DECK)
if #confirm_materials>0 then if #confirm_materials>0 then
Duel.ConfirmCards(1-tp,confirm_materials) Duel.ConfirmCards(1-tp,confirm_materials)
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