fix: commas

This commit is contained in:
Adam Whitehurst 2021-05-30 14:47:42 -07:00
parent daa18dd92a
commit 77cb2ae783
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
"buff.title.crippled": "Crippled",
"buff.desc.crippled": "Your movement is crippled as your legs are heavily injured.",
"buff.title.frozen": "Frozen",
"buff.desc.frozen": "Your movements and attacks are slowed."
"buff.desc.frozen": "Your movements and attacks are slowed.",
// Buffs stats
"buff.stat.health": "Restores {str_total} Health",
"buff.stat.increase_max_stamina": "Raises Maximum Stamina by {strength}",

View File

@ -11,7 +11,7 @@
"hud.outcome.curse": "died of: curse",
"hud.outcome.bleeding": "died of: bleeding",
"hud.outcome.crippled": "died of: crippled",
"hud.outcome.frozen": "died of: frozen"
"hud.outcome.frozen": "died of: frozen",
// Chat outputs
"hud.chat.online_msg": "[{name}] is online now",