Commit 5f095fb4 authored by Tianchenglipu's avatar Tianchenglipu

Update c6330307.lua

原文:名字带有「混沌No.39」
lua:名字带有「混沌No.」且名字带有「希望皇 霍普」
由于现在引入了No.数字的概念,这一判定应该随之更新为:
名字带有「混沌No.」且No.数字为39
parent 0663958b
...@@ -28,7 +28,7 @@ function c6330307.initial_effect(c) ...@@ -28,7 +28,7 @@ function c6330307.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c6330307.filter(c) function c6330307.filter(c)
return c:IsFaceup() and c:IsSetCard(0x7f) and c:IsSetCard(0x1048) return c:IsFaceup() and c.xyz_number==39 and c:IsSetCard(0x1048)
end end
function c6330307.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c6330307.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c6330307.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c6330307.filter(chkc) 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