From cbf2355f19235e2d1d679561a8cb50835cc9403f Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 3 Mar 2020 21:06:05 -0700 Subject: [PATCH] Update code/datums/elements/sword_point.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- 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 29da3781ae..5eaa9eaa70 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]!") + user.visible_message("[user] points the tip of [src] at [target].", "You point the tip of [src] at [target].")