showing damage taken
This commit is contained in:
parent
5a6af0b786
commit
72e64fc461
@ -368,7 +368,7 @@ fn fight(
|
|||||||
.color(fucking_victim.color)
|
.color(fucking_victim.color)
|
||||||
.text(&fucking_victim.nick)
|
.text(&fucking_victim.nick)
|
||||||
.reset()
|
.reset()
|
||||||
.text(&format!("'s {}!", body_part)),
|
.text(&format!("'s {}! (-{:.2} hp)", body_part, damage)),
|
||||||
);
|
);
|
||||||
|
|
||||||
if fucking_victim.health <= 0. {
|
if fucking_victim.health <= 0. {
|
||||||
|
Loading…
Reference in New Issue
Block a user