Skip to content

Commit dd47a73

Browse files
committed
"Asutraja Susanoo" fix
Fixed a bug in which it would be able to miss the timing with the first effect
1 parent 974585e commit dd47a73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pre-release/c101402039.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function s.initial_effect(c)
1111
e1:SetDescription(aux.Stringid(id,0))
1212
e1:SetCategory(CATEGORY_REMOVE)
1313
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
14+
e1:SetProperty(EFFECT_FLAG_DELAY)
1415
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
1516
e1:SetCountLimit(1,{id,0})
1617
e1:SetCondition(function(e)

0 commit comments

Comments
 (0)