From 10e47b2220e3f2482c21523137a950eef14d8d3e Mon Sep 17 00:00:00 2001 From: harryob Date: Sat, 9 Sep 2023 22:09:49 +0100 Subject: [PATCH] actually fixes the notify_ghost --- code/modules/mob/mob_helpers.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob_helpers.dm b/code/modules/mob/mob_helpers.dm index 7862337b1eeb..efd05f15c269 100644 --- a/code/modules/mob/mob_helpers.dm +++ b/code/modules/mob/mob_helpers.dm @@ -548,7 +548,7 @@ var/global/list/limb_types_by_name = list( track_link = " (Follow)" if (source && action == NOTIFY_JUMP) var/turf/T = get_turf(source) - track_link = " (Jump)" + track_link = " (Jump)" var/full_enter_link if (enter_link) full_enter_link = "[(enter_text) ? "[enter_text]" : "(Claim)"]"