Commit 9aaf6b1d authored by fiftyfour54's avatar fiftyfour54 Committed by GitHub

Fix War Rock Bashileos Summoning Condition (#1645)

parent 8ae13d50
......@@ -73,7 +73,7 @@ function c18558867.draop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c18558867.spfilter(c,tp)
return c:IsPreviousControler(tp) and c:IsSetCard(0x15f) and c:IsType(TYPE_MONSTER)
return c:IsPreviousControler(tp) and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsRace(RACE_WARRIOR)
end
function c18558867.spcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c18558867.spfilter,1,nil,tp)
......
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