Commit 1a5638e0 authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Modify 沈黙狼-カルーポ (#2263)

parent 893ff074
......@@ -33,7 +33,7 @@ function s.eqop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetDecktopGroup(tp,1):GetFirst()
if c:IsFaceup() and c:IsRelateToEffect(e) and Duel.GetLocationCount(tp,LOCATION_SZONE)>0
and tc and tc:IsFacedown() then
and tc and tc:IsFacedown() and Duel.IsPlayerCanSSet(tp,tc) then
Duel.DisableShuffleCheck()
if tc:IsForbidden() then
Duel.SendtoGrave(tc,REASON_RULE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment