Skip to content

Commit 25ac04e

Browse files
authored
Update c511000264.lua
1 parent 3925b7c commit 25ac04e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

unofficial/c511000264.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
172172
local pos=c:GetPreviousPosition()
173173
if c:IsReason(REASON_BATTLE) then pos=c:GetBattlePosition() end
174174
if c:IsReason(REASON_DESTROY) and c:IsPreviousLocation(LOCATION_ONFIELD) and (pos&POS_FACEUP)>0 then
175-
c:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
175+
c:RegisterFlagEffect(id,RESETS_STANDARD_PHASE_END,0,1)
176176
end
177177
end
178178
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
@@ -187,7 +187,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
187187
Duel.SpecialSummon(c,1,tp,tp,false,false,POS_FACEUP)
188188
end
189189
end
190-
191190
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
192191
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end
193192
Duel.SetTargetPlayer(tp)

0 commit comments

Comments
 (0)