showing damage taken

This commit is contained in:
wrk 2023-06-01 20:38:27 +02:00
parent 5a6af0b786
commit 72e64fc461

View File

@ -368,7 +368,7 @@ fn fight(
.color(fucking_victim.color)
.text(&fucking_victim.nick)
.reset()
.text(&format!("'s {}!", body_part)),
.text(&format!("'s {}! (-{:.2} hp)", body_part, damage)),
);
if fucking_victim.health <= 0. {