Skip to content

Commit 6878b4c

Browse files
authored
"Enlilgirsu, the Orcust Mekk-Knight" fix
According to rulings, "Orcustrated Babel" allows the effect from the GY to be activated as a quick effect during any phase (except the Damage Step)
1 parent d4b1097 commit 6878b4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pre-release/c100419034.lua

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,5 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
107107
end
108108
function s.babeltgcond(e,tp,eg,ep,ev,re,r,rp)
109109
local c=e:GetHandler()
110-
return Duel.IsPlayerAffectedByEffect(tp,CARD_ORCUSTRATED_BABEL) and Duel.IsMainPhase()
111-
and c:IsPreviousLocation(LOCATION_EMZONE) and c:GetTurnID()==Duel.GetTurnCount()
112-
end
110+
return Duel.IsPlayerAffectedByEffect(tp,CARD_ORCUSTRATED_BABEL) and c:IsPreviousLocation(LOCATION_EMZONE) and c:GetTurnID()==Duel.GetTurnCount()
111+
end

0 commit comments

Comments
 (0)