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 3b2c98b commit 0703ffbCopy full SHA for 0703ffb
proc_rush.lua
@@ -292,7 +292,7 @@ end
292
--Utility functions for Rush
293
--Returns true if a monster can get a piercing effect as per Rush rules
294
function Card.CanGetPiercingRush(c)
295
- if c:IsHasEffect(EFFECT_CANNOT_ATTACK) then return false end
+ if c:IsHasEffect(EFFECT_CANNOT_ATTACK) or Duel.GetTurnCount()==1 then return false end
296
local e=c:IsHasEffect(EFFECT_PIERCE)
297
if e==nil then return true end
298
return e:GetReset()==0
0 commit comments