More unit tests, fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user