We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3925b7c commit 25ac04eCopy full SHA for 25ac04e
1 file changed
unofficial/c511000264.lua
@@ -172,7 +172,7 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
172
local pos=c:GetPreviousPosition()
173
if c:IsReason(REASON_BATTLE) then pos=c:GetBattlePosition() end
174
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)
+ c:RegisterFlagEffect(id,RESETS_STANDARD_PHASE_END,0,1)
176
end
177
178
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)
187
Duel.SpecialSummon(c,1,tp,tp,false,false,POS_FACEUP)
188
189
190
-
191
function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk)
192
if chk==0 then return Duel.IsPlayerCanDraw(tp,1) end
193
Duel.SetTargetPlayer(tp)
0 commit comments