diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm
index b41a7319489fa..411156130d5fd 100644
--- a/code/game/objects/items/plushes.dm
+++ b/code/game/objects/items/plushes.dm
@@ -952,12 +952,12 @@
. = ..()
if(sound_alarm && !cooldown)
playsound(src, sound_alarm, 25, 1)
- to_chat(user, "[src] injects you with morphine. D'awww.")
+ to_chat(user, "D'awww, the [src] injects you with morphine.")
cooldown = TRUE
addtimer(VARSET_CALLBACK(src, cooldown, FALSE), recharge_time)
else
- to_chat(user, "[src] is out of morphine. N'awww.")
+ to_chat(user, "N'aww, the [src] is out of morphine.")
/obj/item/toy/plush/sillycons/medi/syndie
name = "Syndicate Mediborg"