Fix grammatical error with clothing damage
This commit is contained in:
parent
6bb3e6a335
commit
4abbd64cef
@ -101,7 +101,7 @@ pub async fn soak_damage<DamageDist: DamageDistribution>(
|
|||||||
&vic_sess,
|
&vic_sess,
|
||||||
Some(&format!(
|
Some(&format!(
|
||||||
"A few bits and pieces fly off your {}.\n",
|
"A few bits and pieces fly off your {}.\n",
|
||||||
clothing.display_for_sentence(1, false)
|
&clothing.display
|
||||||
)),
|
)),
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
Loading…
Reference in New Issue
Block a user