Skip to content

Commit

Permalink
add s.fusion_effect
Browse files Browse the repository at this point in the history
  • Loading branch information
salix5 committed Nov 4, 2024
1 parent 6fc274a commit e12e782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c63181559.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function s.initial_effect(c)
e2:SetOperation(s.csbop)
c:RegisterEffect(e2)
end
s.fusion_effect=true
function s.filter1(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsCanBeFusionMaterial() and c:IsAbleToRemove()
end
Expand Down

0 comments on commit e12e782

Please sign in to comment.