游戏王残局简化版

Check-in [30e6733358]
Login

Check-in [30e6733358]

Overview
Comment:0.0.559
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 30e6733358686ac41578867098f776bd12a6a225c6d9b6255f1a60dd65f26dbd
User & Date: 顽雨沉风 on 2023-07-01 14:05:38
Other Links: manifest | tags
Context
2023-07-01
15:06
0.0.560 check-in: c7b6ed37b0 user: 顽雨沉风 tags: trunk
14:05
0.0.559 check-in: 30e6733358 user: 顽雨沉风 tags: trunk
13:13
0.0.557 check-in: 61cfe0e1f0 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [16c24ac101] to [44ed9e0652].

140
141
142
143
144
145
146
147
148
    Duel.SendtoHand(str["玩家选定的卡"]
      , nil
      , REASON_RULE)
    end
  effect_1:SetOperation(cache_1)
  Duel.RegisterEffect(effect_1
    , 0)
  fun["开局说明"]()
  end







|

140
141
142
143
144
145
146
147
148
    Duel.SendtoHand(str["玩家选定的卡"]
      , nil
      , REASON_RULE)
    end
  effect_1:SetOperation(cache_1)
  Duel.RegisterEffect(effect_1
    , 0)
  fun["通关邀请"]()
  end