Skip to content

Commit

Permalink
Merge pull request #78261 from oosyrag/grammar
Browse files Browse the repository at this point in the history
Correct grammar in gun fault clearing messages
  • Loading branch information
Anton Burmistrov authored Dec 2, 2024
2 parents 6bcd824 + d49d57a commit 3173580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/faults/fixes_gun.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"type": "fault_fix",
"id": "mend_fault_stovepipe_eject",
"name": "Eject spent casing",
"success_msg": "You eject the spent casing, stuck in %s's slide.",
"success_msg": "You eject the spent casing stuck in the %s's slide.",
"time": "10 s",
"set_variables": { "u_know_round_in_chamber": "true" },
"faults_removed": [ "fault_stovepipe" ]
Expand All @@ -97,7 +97,7 @@
"type": "fault_fix",
"id": "mend_fault_double_feed_clean",
"name": "Clean double feed",
"success_msg": "You eject the second round stuck in %s's chamber.",
"success_msg": "You eject the second round stuck in the %s's chamber.",
"time": "10 s",
"set_variables": { "u_know_round_in_chamber": "true" },
"faults_removed": [ "fault_double_feed" ]
Expand Down

0 comments on commit 3173580

Please sign in to comment.