Commit 389b45f3 authored by 未闻皂名's avatar 未闻皂名

2020/10/1 修正:财宝龙的bug

parent 0c671054
...@@ -18,7 +18,7 @@ end ...@@ -18,7 +18,7 @@ end
function cm.confilter(c) function cm.confilter(c)
return c:IsRace(RACE_DRAGON) return c:IsRace(RACE_DRAGON)
end end
function cm.condition(e) function cm.condition(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsPreviousLocation(LOCATION_HAND+LOCATION_GRAVE) return c:IsPreviousLocation(LOCATION_HAND+LOCATION_GRAVE)
and c:IsReason(REASON_SPSUMMON) and c:IsStatus(STATUS_SPSUMMON_TURN) and c:IsReason(REASON_SPSUMMON) and c:IsStatus(STATUS_SPSUMMON_TURN)
......
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