diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 6064375b112..e20313bd603 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -568,7 +568,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain use(1) cable_used += 1 E.heal_damage(0, HEALPERCABLE, 0, TRUE) - H.UpdateDamageIcon() + H.UpdateDamageIcon() user.visible_message("[user] repairs some burn damage on [M]'s [E.name] with [src].") return 1