Commit d535d8b4 authored by HidarimeYume's avatar HidarimeYume Committed by GitHub

Fix Stargazer Magician (#2811)

parent 58679f46
......@@ -57,7 +57,7 @@ end
function c94415058.spcon(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst()
if eg:GetCount()==1 and rp==1-tp and tc:IsReason(REASON_EFFECT)
and tc:IsPreviousControler(tp) and tc:IsPreviousLocation(LOCATION_MZONE)
and tc:IsPreviousControler(tp) and tc:IsPreviousLocation(LOCATION_MZONE) and tc:IsPreviousPosition(POS_FACEUP)
and tc:IsType(TYPE_PENDULUM) and tc:IsControler(tp) then
e:SetLabel(tc:GetCode())
return true
......
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