From e90e8fdb3c5a68d55e369166e0ead2b475637a04 Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Sun, 24 Dec 2023 12:44:44 -0800 Subject: [PATCH] Fix "/datum/element/damage_threshold looks unharmed!" (#80546) Fixed a bug that would give you the chat message --- code/datums/elements/damage_threshold.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/elements/damage_threshold.dm b/code/datums/elements/damage_threshold.dm index 918c984b066..60c87dc5ed5 100644 --- a/code/datums/elements/damage_threshold.dm +++ b/code/datums/elements/damage_threshold.dm @@ -40,7 +40,7 @@ var/obj/item/item_hitting = hitby var/tap_vol = istype(item_hitting) ? item_hitting.get_clamped_volume() : 50 source.visible_message( - span_warning("[src] looks unharmed!"), + span_warning("[source] looks unharmed!"), span_warning("[attack_text] deals no damage to you!"), span_hear("You hear a thud."), COMBAT_MESSAGE_RANGE,