Commit 285a3f37 authored by mercury233's avatar mercury233 Committed by GitHub

fix うにの軍貫

parent c06a8d42
......@@ -73,7 +73,7 @@ end
function c42377643.lvlop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget()
if not tc:IsFaceup() and tc:IsRelateToEffect(e) then return end
if not (tc:IsFaceup() and tc:IsRelateToEffect(e)) then return end
local sel=0
if tc:IsLevel(4) then
sel=Duel.SelectOption(tp,aux.Stringid(42377643,4))+1
......
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