Skip to content

Commit 8a4c695

Browse files
committed
2 parents 467506f + 0703ffb commit 8a4c695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc_rush.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ end
292292
--Utility functions for Rush
293293
--Returns true if a monster can get a piercing effect as per Rush rules
294294
function Card.CanGetPiercingRush(c)
295-
if c:IsHasEffect(EFFECT_CANNOT_ATTACK) then return false end
295+
if c:IsHasEffect(EFFECT_CANNOT_ATTACK) or Duel.GetTurnCount()==1 then return false end
296296
local e=c:IsHasEffect(EFFECT_PIERCE)
297297
if e==nil then return true end
298298
return e:GetReset()==0

0 commit comments

Comments
 (0)