Skip to content

Commit c046011

Browse files
authored
Update c511001750.lua
1 parent 823c728 commit c046011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511001750.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function s.drop(e,tp,eg,ep,ev,re,r,rp,c,og)
7070
Duel.MoveToField(rc,tp,tp,LOCATION_FZONE,rc:GetPreviousPosition(),true)
7171
else
7272
Duel.MoveToField(rc,tp,tp,rc:GetPreviousLocation(),rc:GetPreviousPosition(),true)
73-
if (rc:IsNormalSpell() or rc:IsQuickplaySpell() or rc:IsNormalTrap() or rc:IsCounterTrap()) and rc:IsPosition(POS_FACEUP) and not rc:IsHasEffect(EFFECT_REMAIN_FIELD) then
73+
if (rc:IsNormalSpell() or rc:IsQuickPlaySpell() or rc:IsNormalTrap() or rc:IsCounterTrap()) and rc:IsPosition(POS_FACEUP) and not rc:IsHasEffect(EFFECT_REMAIN_FIELD) then
7474
Duel.SendtoGrave(rc,REASON_RULE)
7575
end
7676
end

0 commit comments

Comments
 (0)