From 5798c414690561950b53a3c9f9478891e75ec91f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 19 Mar 2020 20:25:54 +0100 Subject: New images, that'll do the trick --- src/ft_suffer_animation.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ft_suffer_animation.c') diff --git a/src/ft_suffer_animation.c b/src/ft_suffer_animation.c index 7229769..9ee7882 100644 --- a/src/ft_suffer_animation.c +++ b/src/ft_suffer_animation.c @@ -39,6 +39,7 @@ void cl->plist.life -= FT_TRAP_DAMAGE_AMOUNT; if (cl->plist.life <= 0) { + cl->isdead = 1; ft_sfx_death(cl); ft_death_screen(cl); } @@ -74,10 +75,14 @@ void cl->plist.life -= FT_TRAP_DAMAGE_AMOUNT; if (cl->plist.life <= 0) { + cl->isdead = 1; ft_sfx_death(cl); ft_death_screen(cl); } else + { ft_sfx_trap(cl); + ft_sfx_pain(cl); + } cl->doicast = 0; } -- cgit v1.2.3