diff --git a/code/datums/status_effects/wound_effects.dm b/code/datums/status_effects/wound_effects.dm index 216bfe6643d..e29f0932967 100644 --- a/code/datums/status_effects/wound_effects.dm +++ b/code/datums/status_effects/wound_effects.dm @@ -3,7 +3,7 @@ /atom/movable/screen/alert/status_effect/determined name = "Determined" desc = "The serious wounds you've sustained have put your body into fight-or-flight mode! Now's the time to look for an exit!" - icon_state = "regenerative_core" + icon_state = "wounded" /datum/status_effect/determined id = "determined" diff --git a/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm b/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm index 4b4ffd8d712..68a85ab1d99 100644 --- a/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm +++ b/code/modules/antagonists/heretic/knowledge/sacrifice_knowledge/sacrifice_buff.dm @@ -4,7 +4,7 @@ /atom/movable/screen/alert/status_effect/unholy_determination name = "Unholy Determination" desc = "You appear in a unfamiliar room. The darkness begins to close in. Panic begins to set in. There is no time. Fight on, or die!" - icon_state = "regenerative_core" + icon_state = "wounded" /// The buff given to people within the shadow realm to assist them in surviving. /datum/status_effect/unholy_determination diff --git a/icons/hud/screen_alert.dmi b/icons/hud/screen_alert.dmi index de0c95a4087..8ba79a5ff85 100755 Binary files a/icons/hud/screen_alert.dmi and b/icons/hud/screen_alert.dmi differ diff --git a/tgstation.dme b/tgstation.dme index 7f63ca3cd0a..a966cdf0d58 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -696,8 +696,8 @@ #include "code\datums\components\codeword_hearing.dm" #include "code\datums\components\combustible_flooder.dm" #include "code\datums\components\connect_containers.dm" -#include "code\datums\components\connect_mob_behalf.dm" #include "code\datums\components\connect_loc_behalf.dm" +#include "code\datums\components\connect_mob_behalf.dm" #include "code\datums\components\connect_range.dm" #include "code\datums\components\construction.dm" #include "code\datums\components\conveyor_movement.dm"