Commit 70259824 authored by wind2009's avatar wind2009

Fix キラーチューン・キュー

parent dc91e3c6
......@@ -91,7 +91,7 @@ add_script_diff:
FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json
REF_COMMIT: '16.43' # 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT: '17.0' # 更新的时候改这里,修改成上一个tag的版本号
script:
- apt update;apt -y install wget
- currentPath=$PWD
......
No preview for this file type
......@@ -24,6 +24,7 @@
100245031
100245032
100245033
100245034
100245035
100245036
100245037
......
--
--キラーチューン・キュー
local s,id,o=GetID()
function s.initial_effect(c)
--synchro custom
......@@ -78,6 +78,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,nil,1,1-tp,LOCATION_DECK)
end
function s.rmop(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsPlayerCanRemove(tp) then return end
local ct=Duel.GetFieldGroupCount(tp,0,LOCATION_DECK)
if ct>2 then ct=2 end
if ct<2 then return 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