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,
|
||||
Some(&format!(
|
||||
"A few bits and pieces fly off your {}.\n",
|
||||
clothing.display_for_sentence(1, false)
|
||||
&clothing.display
|
||||
)),
|
||||
)
|
||||
.await?;
|
||||
|
Loading…
Reference in New Issue
Block a user