Commit e59d9df9 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1895)

parent 76e9bf3f
......@@ -35,7 +35,7 @@ function c27170599.operation(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToEffect(e) and tc:IsLocation(LOCATION_MZONE) and tc:IsFaceup() then
local sel=1
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(27170599,0))
if Duel.CheckLPCost(1-tp,2000) then
if c:IsRelateToEffect(e) and c:IsCanTurnSet() and Duel.CheckLPCost(1-tp,2000) then
sel=Duel.SelectOption(1-tp,1213,1214)
end
if sel==0 then
......
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