Commit bb97e1e6 authored by Tianchenglipu's avatar Tianchenglipu

Update utility.lua

parent 16ea1436
......@@ -1184,7 +1184,7 @@ end
function Auxiliary.nfbdncon(e)
return not e:GetHandler():IsForbidden()
end
--condition of not the turn which handler sent to grave (to grave delay condition)
--condition of not during the turn which handler sent to grave (to grave delay condition)
function Auxiliary.tgrvdlycon(e)
return Duel.GetTurnCount()~=e:GetHandler():GetTurnID() or e:GetHandler():IsReason(REASON_RETURN)
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