Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -186,10 +186,15 @@ Duel.RegisterEffect(effect_1,0) end fun["印卡"] = function(str_1, str_2, str_3) str["印卡"] = 1 + + if str_3 then + else + str_3 = str_2 + end str["当前印卡数"] = 1 effect_1 = Effect.CreateEffect(str_1) Index: single/NH-04.lua ================================================================== --- single/NH-04.lua +++ single/NH-04.lua @@ -33,11 +33,11 @@ Debug.ReloadFieldEnd() aux.BeginPuzzle() -fun["印卡"](c1,3,10) +fun["印卡"](c1,3) Debug.PreSetTarget(s2, m2) Debug.ShowHint("这是一个印卡残局,点击对方额外卡组可以发动「法老的审判」打印任意卡。\n只能打印 2 张卡到手卡,其他 8 张卡片将被添加到主卡组或额外卡组。")