Commit d7599c39 authored by mercury233's avatar mercury233 Committed by GitHub

fix DDDの人事権

parent e571989f
...@@ -10,8 +10,9 @@ function c72648577.initial_effect(c) ...@@ -10,8 +10,9 @@ function c72648577.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c72648577.filter(c) function c72648577.filter(c)
if c:IsLocation(LOCATION_MZONE) and c:IsFacedown() then return false end
return c:IsSetCard(0xaf) and c:IsAbleToDeck() return c:IsSetCard(0xaf) and c:IsAbleToDeck()
and (not c:IsLocation(LOCATION_MZONE) or c:IsFaceup())
and (c:IsType(TYPE_MONSTER) or c:IsLocation(LOCATION_PZONE))
end end
function c72648577.thfilter(c) function c72648577.thfilter(c)
return c:IsSetCard(0xaf) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand() return c:IsSetCard(0xaf) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
......
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