Skip to content

Commit 21b215f

Browse files
committed
bugfix: add missing difficulty value to iana + oryx
1 parent 933842e commit 21b215f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/operators.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@
489489
"ratings": {
490490
"armor": 2,
491491
"speed": 2,
492-
"difficulty": null
492+
"difficulty": 1
493493
},
494494
"meta": {
495495
"sex": "f",
@@ -867,7 +867,7 @@
867867
"ratings": {
868868
"armor": 2,
869869
"speed": 2,
870-
"difficulty": null
870+
"difficulty": 2
871871
},
872872
"meta": {
873873
"sex": "m",

0 commit comments

Comments
 (0)