More unit tests, fixes

This commit is contained in:
2026-07-05 19:45:40 +02:00
parent db839ac214
commit 2f51e27811
18 changed files with 1499 additions and 19 deletions

View File

@@ -3196,7 +3196,8 @@
"mirror",
"ignore_substitute",
"mental",
"limit_move_choice"
"limit_move_choice",
"cant_repeat"
],
"effect": {
"name": "encore"
@@ -6968,7 +6969,8 @@
"category": "status",
"flags": [
"protect",
"ignore_substitute"
"ignore_substitute",
"cant_repeat"
],
"effect": {
"name": "mimic"
@@ -7054,7 +7056,9 @@
"priority": 0,
"target": "Any",
"category": "status",
"flags": [],
"flags": [
"cant_repeat"
],
"effect": {
"name": "mirror_move"
}
@@ -10033,7 +10037,8 @@
"target": "Any",
"category": "status",
"flags": [
"ignore_substitute"
"ignore_substitute",
"cant_repeat"
],
"effect": {
"name": "sketch"
@@ -12100,7 +12105,9 @@
"priority": 0,
"target": "Any",
"category": "status",
"flags": [],
"flags": [
"cant_repeat"
],
"effect": {
"name": "transform"
}