From 0d10d53b65c5e4deef16c65b93e9396b0a2a8705 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Tue, 18 Aug 2015 18:41:24 +0200 Subject: [PATCH] Another Hurt/Harm fix. Apparently clicking the intents directly or cycling through them updates the icons differently. Nice. --- code/_onclick/hud/screen_objects.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index eafd8ee777..7af5cf698d 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -377,7 +377,7 @@ usr.hud_used.action_intent.icon_state = "intent_help" if(I_HURT) usr.a_intent = I_HURT - usr.hud_used.action_intent.icon_state = "intent_hurt" + usr.hud_used.action_intent.icon_state = "intent_harm" if(I_GRAB) usr.a_intent = I_GRAB usr.hud_used.action_intent.icon_state = "intent_grab"