Commit f0fbe604 authored by Grajade's avatar Grajade

Update msc.lua

parent 8894889e
Pipeline #12000 passed with stage
in 36 seconds
......@@ -7,7 +7,7 @@ FusMqCardList = {}
function MqFus_Spell_SetCard(c,SetCard)
local b1=c:IsOriginalCodeRule(22200)
local b2=c:IsSetCard(SetCard) and c:IsType(TYPE_CONTINUOUS) and c:IsType(TYPE_SPELL)
return b1 or b2
return (b1 or b2),SetCard
end
local FusMqHuo=function(c) return MqFus_Spell_SetCard(c,0x178) end
local FusMqShui=function(c) return MqFus_Spell_SetCard(c,0x179) end
......
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