Skip to content

Commit 51a1845

Browse files
committed
"Allure Queen LV7" fix
1 parent 051e988 commit 51a1845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

official/c50140163.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ function s.eqconignition(e,tp,eg,ep,ev,re,r,rp)
4949
end
5050
function s.eqconquick(e,tp,eg,ep,ev,re,r,rp)
5151
local c=e:GetHandler()
52-
return c:HasFlagEffect(id) and not c:GetEquipGroup():IsExists(Card.HasFlagEffect,1,nil,id) and c:IsOriginalSetCard(SET_ALLURE_QUEEN) and Duel.IsPlayerAffectedByEffect(tp,EFFECT_GOLDEN_ALLURE_QUEEN)
52+
return c:HasFlagEffect(id) and not c:GetEquipGroup():IsExists(Card.HasFlagEffect,1,nil,id)
53+
and c:IsOriginalSetCard(SET_ALLURE_QUEEN) and Duel.IsPlayerAffectedByEffect(e:GetHandlerPlayer(),EFFECT_GOLDEN_ALLURE_QUEEN)
5354
end
5455
function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
5556
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(1-tp) and chkc:IsAbleToChangeControler() end

0 commit comments

Comments
 (0)