From f307abc279c5c50dcafddd0c36a2e3f2f1c844f6 Mon Sep 17 00:00:00 2001
From: harryob <55142896+harryob@users.noreply.github.com>
Date: Fri, 8 Sep 2023 21:11:43 +0100
Subject: [PATCH] sigh
---
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 6eb32501512f..7862337b1eeb 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)"]"