Commit 9ad02b46 authored by mallu11's avatar mallu11 Committed by GitHub

fix 盗人の煙玉 (#1375)

parent 8f450f22
...@@ -42,7 +42,7 @@ function c63789924.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -42,7 +42,7 @@ function c63789924.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c63789924.discon(e,tp,eg,ep,ev,re,r,rp) function c63789924.discon(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,0x41)==0x41 and e:GetHandler():GetEquipTarget()~=nil and e:GetHandler():IsLocation(LOCATION_GRAVE) return bit.band(r,0x41)==0x41 and e:GetHandler():GetEquipTarget()~=nil
end end
function c63789924.distg(e,tp,eg,ep,ev,re,r,rp,chk) function c63789924.distg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
......
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