Differences From Artifact [0606f3ca6e]:
- File script/c0.lua — part of check-in [2ddc3f05f9] at 2023-07-07 12:32:53 on branch trunk — 0.0.896 (user: 顽雨沉风, size: 6229) [annotate] [blame] [check-ins using]
To Artifact [582809a7ff]:
- File script/c0.lua — part of check-in [89dcc081ed] at 2023-07-07 12:41:14 on branch trunk — 0.0.898 (user: 顽雨沉风, size: 6204) [annotate] [blame] [check-ins using]
︙ | |||
226 227 228 229 230 231 232 | 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | - | else if str["当前印卡数"] <= str_3 then str["当前印卡数"] = str["当前印卡数"] + 1 Duel.Remove(card,POS_FACEUP,REASON_RULE) Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE) else Debug.ShowHint("印卡过多!") |