Commit b7bdd357 authored by a597449807's avatar a597449807 Committed by GitHub

Fix サブマリンロイド (#2170)

* fix 脆刃の剣

* fix 冥府の合わせ鏡

* fix メテオ・プロミネンス

* 修复电子多变龙被禁忌的圣衣生效后不能成为效果对象,能选择第二项效果来发动的问题。

* 修复冥府的两镜相照

* 修复混沌幻魔 阿米泰尔

* 修复金傲大奖赛-开启引擎

* 修复潜艇机人
parent 66b9e570
......@@ -29,7 +29,8 @@ function c99861526.rdcon(e)
and c:GetEffectCount(EFFECT_DIRECT_ATTACK)<2 and Duel.GetFieldGroupCount(tp,0,LOCATION_MZONE)>0
end
function c99861526.rval(e,damp)
if damp==1-e:GetHandlerPlayer() then
local c=e:GetHandler()
if damp==1-e:GetHandlerPlayer() and not c:IsHasEffect(EFFECT_CHANGE_BATTLE_DAMAGE) then
return e:GetHandler():GetBaseAttack()
else return -1 end
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