From 3a43596eb9fd862b1f57555c8552473340d2274e Mon Sep 17 00:00:00 2001 From: MarinaGryphon Date: Thu, 16 Aug 2018 14:14:04 -0500 Subject: [PATCH] Fixes #5133 (#5152) --- code/modules/reagents/reagent_containers/borghydro.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index b492b0dc065..bbf1962dcc2 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -74,7 +74,7 @@ return if (M.can_inject(user, 1)) - visible_message("[user] injects [M] with their hypospray!", "You inject [M] with your hypospray!") + user.visible_message("[user] injects [M] with their hypospray!", "You inject [M] with your hypospray!", "You hear a hissing noise.") to_chat(M,"You feel a tiny prick!") if(M.reagents)