Commit 355893bf authored by mallu11's avatar mallu11 Committed by GitHub

fix Phantasos, the Dream Mirror Foe (#1358)

parent 3458b51e
...@@ -26,7 +26,7 @@ function c99792080.initial_effect(c) ...@@ -26,7 +26,7 @@ function c99792080.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c99792080.dircon(e,tp,eg,ep,ev,re,r,rp) function c99792080.dircon(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler():IsSetCard(0x131) and re:IsActiveType(TYPE_MONSTER) and Duel.IsAbleToEnterBP() return re:GetHandler():IsSetCard(0x131) and re:IsActiveType(TYPE_MONSTER) and aux.bpcon()
end end
function c99792080.dirop(e,tp,eg,ep,ev,re,r,rp) function c99792080.dirop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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