Skip to content

Commit

Permalink
Fix typo in some monster attack messages (#70775)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Jan 8, 2024
1 parent e71d5b1 commit eec670d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/monsters/feral_fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"no_dmg_msg_u": "%1$s's lunges at your %2$s, but its teeth glance off your armor.",
"no_dmg_msg_npc": "%1$s's lunges at <npcname>, but its teeth glance off their armor.",
"miss_msg_u": "%s lunges forward to bite you, but you dodge!",
"miss_msg_npc": "%s lunges foward to bite <npcname>, but they dodge!"
"miss_msg_npc": "%s lunges forward to bite <npcname>, but they dodge!"
}
],
"vision_day": 30,
Expand Down
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/monsters/feral_lab_psychics.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"miss_msg_u": "%1$s stares at you and you narrowly avoid an unseen attack!",
"miss_msg_npc": "%1$s stares and <npcname> narrowly avoids an unseen attack!",
"no_dmg_msg_u": "%1$s stares at you, but the telekinetic attack rebounds off your armor.",
"no_dmg_msg_npc": "%1$s starss at <npcname>, but the telekinetic attack rebounds off their armor."
"no_dmg_msg_npc": "%1$s stares at <npcname>, but the telekinetic attack rebounds off their armor."
},
{
"id": "smash",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/monsters/feral_psychics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@
"miss_msg_u": "%1$s stares at you and you narrowly avoid an unseen attack!",
"miss_msg_npc": "%1$s stares and <npcname> narrowly avoids an unseen attack!",
"no_dmg_msg_u": "%1$s stares at you, but the telekinetic attack rebounds off your armor.",
"no_dmg_msg_npc": "%1$s starss at <npcname>, but the telekinetic attack rebounds off their armor."
"no_dmg_msg_npc": "%1$s stares at <npcname>, but the telekinetic attack rebounds off their armor."
},
{
"id": "smash",
Expand Down

0 comments on commit eec670d

Please sign in to comment.