Skip to content

Commit 71133e9

Browse files
committed
Fix pulse check action string
1 parent 5eac286 commit 71133e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/mob/living/human/human_verbs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
if(!self)
104104
usr.visible_message( \
105105
SPAN_NOTICE(usr.get_targeted_action_string(src, FALSE, "kneel", "down, put$USER_S$ $USER_THEIR$ hand on $TARGET'S$ wrist, and begin$USER_S$ counting $TARGET_THEIR$ pulse.")), \
106-
SPAN_NOTICE(usr.get_targeted_action_string(src, TRUE, "begin", "$TARGET_THEIR$ pulse.")))
106+
SPAN_NOTICE(usr.get_targeted_action_string(src, TRUE, "begin", "counting $TARGET'S$ pulse.")))
107107
else
108108
usr.targeted_visible_action_message(src, "begin", "counting $TARGET_THEIR$ pulse.")
109109

0 commit comments

Comments
 (0)