Lines of single_doc/卡组测试教程.md from check-in 5820fafa40 that are changed by the sequence of edits moving toward check-in da28e238e0:
1: <details> 2: <summary> 3: 前言 4: </summary> 5: 有人想用残局,进行卡组测试。 6: 7: 鄙人在此提供些微帮助。 8: </details> 9: 10: <details> 11: <summary> 12: 开启多回合 13: </summary> 14: ~~~ 15: aux.BeginPuzzle() 16: ~~~ 17: 18: 它注册了三个效果: 19: 20: 1. 跳过抽卡阶段 21: 1. 跳过准备阶段 22: 1. 结束阶段时,玩家血量归零 23: 24: 去掉这一代码,便可开启多回合。 25: </details>