Skip to content

Commit d07e932

Browse files
committed
fixed Harpie Fusion monsters
Should work properly with Fusion Cancel
1 parent 0d5f359 commit d07e932

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rush/c160322004.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function s.initial_effect(c)
2020
c:RegisterEffect(e1)
2121
end
2222
s.listed_names={160208008}
23+
s.named_material={160208008}
2324
function s.ffilter(c,fc,sumtype,tp)
2425
return c:IsRace(RACE_WINGEDBEAST,fc,sumtype,tp) and c:IsLevelBelow(4)
2526
end

rush/c160322005.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function s.initial_effect(c)
1919
c:RegisterEffect(e1)
2020
end
2121
s.listed_names={160208009}
22+
s.named_material={160208009}
2223
function s.ffilter(c,fc,sumtype,tp)
2324
return c:IsRace(RACE_WINGEDBEAST,fc,sumtype,tp) and c:IsLevelBelow(4)
2425
end

0 commit comments

Comments
 (0)