Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Oct 13, 2024
1 parent f90f1f6 commit 6caca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammunition/_ammo_casing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6caca7e

Please sign in to comment.