From 4eb2fb531a7cfb465817eca9e0ea9c785a3e4aa6 Mon Sep 17 00:00:00 2001
From: kevinz000 <2003111+kevinz000@users.noreply.github.com>
Date: Sun, 29 Mar 2020 06:03:08 -0700
Subject: [PATCH] Update sword_point.dm (#11678)
---
code/datums/elements/sword_point.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/datums/elements/sword_point.dm b/code/datums/elements/sword_point.dm
index 8e1d923e33..d691e22a6a 100644
--- a/code/datums/elements/sword_point.dm
+++ b/code/datums/elements/sword_point.dm
@@ -15,4 +15,4 @@
/datum/element/sword_point/proc/point(datum/source, atom/target, mob/user, proximity_flag, params)
if(!proximity_flag && ismob(target))
- user.visible_message("[user] points the tip of [source] at [target].", "You point the tip of [src] at [target].")
+ user.visible_message("[user] points the tip of [source] at [target].", "You point the tip of [source] at [target].")