Fix grammatical error with clothing damage

This commit is contained in:
Condorra 2024-06-12 23:08:01 +10:00
parent 6bb3e6a335
commit 4abbd64cef

View File

@ -101,7 +101,7 @@ pub async fn soak_damage<DamageDist: DamageDistribution>(
&vic_sess,
Some(&format!(
"A few bits and pieces fly off your {}.\n",
clothing.display_for_sentence(1, false)
&clothing.display
)),
)
.await?;