Fix "/datum/element/damage_threshold looks unharmed!" (#80546)

Fixed a bug that would give you the chat message
This commit is contained in:
Mothblocks
2023-12-24 20:44:44 +00:00
committed by GitHub
parent cb19fd33d7
commit e90e8fdb3c
+1 -1
View File
@@ -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,