Commit 356af9dd authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Simorgh, Bird of Ancestry (#1002)

parent f9392f2c
......@@ -17,7 +17,7 @@ function c86489182.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD)
e3:SetCode(EFFECT_DECREASE_TRIBUTE)
e3:SetRange(LOCATION_MZONE)
e3:SetTargetRange(LOCATION_HAND,LOCATION_HAND)
e3:SetTargetRange(LOCATION_HAND,0)
e3:SetTarget(aux.TargetBoolFunction(Card.IsAttribute,ATTRIBUTE_WIND))
e3:SetValue(0x10001)
c:RegisterEffect(e3)
......
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