From 6caca7ed91224f4837d943dc9c252ae1199ac8c7 Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Sun, 13 Oct 2024 15:19:46 -0700 Subject: [PATCH] the --- code/modules/projectiles/ammunition/_ammo_casing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/ammunition/_ammo_casing.dm b/code/modules/projectiles/ammunition/_ammo_casing.dm index a10f8c7eb573..6b060634dedc 100644 --- a/code/modules/projectiles/ammunition/_ammo_casing.dm +++ b/code/modules/projectiles/ammunition/_ammo_casing.dm @@ -105,7 +105,7 @@ /obj/item/ammo_casing/examine(mob/user) . = ..() - span_notice("You could add a message on the [src] by writing on it with a pen.") + span_notice("You could write a message on \the [src] by writing on it with a pen.") /obj/item/ammo_casing/proc/try_stacking(obj/item/ammo_casing/other_casing, mob/living/user) if(user)