Commit 06d585bd authored by Tachibana's avatar Tachibana

nmbd

parent fb2b46d0
...@@ -121,6 +121,7 @@ end ...@@ -121,6 +121,7 @@ end
--Yume Condition for lethal weapons --Yume Condition for lethal weapons
function yume.YumeLethalCon(e,tp,eg,ep,ev,re,r,rp) function yume.YumeLethalCon(e,tp,eg,ep,ev,re,r,rp)
if not yume.IsYumeFieldOnField(tp) then return false end if not yume.IsYumeFieldOnField(tp) then return false end
local ph=Duel.GetCurrentPhase()
if Duel.GetTurnPlayer()==tp then if Duel.GetTurnPlayer()==tp then
return ph==PHASE_MAIN1 or ph==PHASE_MAIN2 return ph==PHASE_MAIN1 or ph==PHASE_MAIN2
else else
......
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