Commit f0a4941c authored by Amiya's avatar Amiya

修复

parent 60ba72ce
...@@ -37,7 +37,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +37,7 @@ function s.spcon(e,tp,eg,ep,ev,re,r,rp)
local tc=rc:GetBattleTarget() local tc=rc:GetBattleTarget()
return rc:IsControler(tp) return rc:IsControler(tp)
and rc:IsRace(RACE_DRAGON) and rc:IsAttribute(ATTRIBUTE_FIRE) and rc:IsRace(RACE_DRAGON) and rc:IsAttribute(ATTRIBUTE_FIRE)
and tc:IsType(TYPE_MONSTER) and tc:IsReason(REASON_BATTLE) and tc:IsType(TYPE_MONSTER) and tc:IsReason(REASON_BATTLE) and not tc:IsType(TYPE_TOKEN)
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local rc=eg:GetFirst() local rc=eg:GetFirst()
......
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