Skip to content

Commit

Permalink
Merge pull request #78365 from ZephyrRivalry/disarm-typo-fix
Browse files Browse the repository at this point in the history
Disarm Typo Fix
  • Loading branch information
Night-Pryanik authored Dec 6, 2024
2 parents c422020 + 9cf88ef commit 9d3c4c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/json/martialarts_fictional.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@
"chance": 100,
"duration": 400,
"on_damage": true,
"message": "The weapon of %s has been forced out ot their hands!"
"message": "The weapon of %s has been forced out of their hands!"
}
],
"stun_dur": 1,
Expand Down Expand Up @@ -686,7 +686,7 @@
"chance": 100,
"duration": 400,
"on_damage": true,
"message": "The weapon of %s has been forced out ot their hands!"
"message": "The weapon of %s has been forced out of their hands!"
}
],
"attack_vectors": [ "vector_grasp" ]
Expand Down
6 changes: 3 additions & 3 deletions data/json/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
"chance": 100,
"duration": 400,
"on_damage": true,
"message": "The weapon of %s has been forced out ot their hands!"
"message": "The weapon of %s has been forced out of their hands!"
}
],
"attack_vectors": [ "vector_null" ]
Expand Down Expand Up @@ -473,7 +473,7 @@
"chance": 100,
"duration": 400,
"on_damage": true,
"message": "The weapon of %s has been forced out ot their hands!"
"message": "The weapon of %s has been forced out of their hands!"
}
],
"//condition": "Humanoids of similar size and no flying",
Expand Down Expand Up @@ -525,7 +525,7 @@
"chance": 100,
"duration": 400,
"on_damage": true,
"message": "The weapon of %s has been forced out ot their hands!"
"message": "The weapon of %s has been forced out of their hands!"
}
],
"//condition": "Humanoids of similar size and no flying",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/MMA/techniques.json
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"chance": 100,
"duration": 400,
"on_damage": true,
"message": "The weapon of %s has been forced out ot their hands!"
"message": "The weapon of %s has been forced out of their hands!"
}
],
"attack_vectors": [ "vector_null" ]
Expand Down

0 comments on commit 9d3c4c6

Please sign in to comment.