diff --git a/index.html b/index.html
index 7013eda..b8c3d1b 100644
--- a/index.html
+++ b/index.html
@@ -70,7 +70,8 @@
-
+
+
diff --git a/testHelper.js b/testHelper.js
index 9c6e9e5..e83f2ff 100644
--- a/testHelper.js
+++ b/testHelper.js
@@ -229,11 +229,17 @@ function addTo(zone) {
log('card\'s wxid / pid / cid needed.');
}
}
-function resetLrigDeck() {
+function resetArts() {
var p = selectPlayer();
game.moveCards(p.lrigTrashZone.cards, p.lrigDeck);
log('reset lrig deck.');
}
+function ignoreLimiting() {
+ var p = selectPlayer();
+ // conflict with <虚无阎魔 乌莉丝>
+ p.ignoreLimitingOfArtsAndSpell = true;
+ log('ignore limiting of arts and spell');
+}
// log
function log(text) {
var logger = $('log');