Skip to content

Commit 2521f6c

Browse files
Update code/game/objects/items/weapons/cards_ids.dm
Co-authored-by: jwhitak <69739118+jwhitak@users.noreply.github.com>
1 parent 630e5a0 commit 2521f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/objects/items/weapons/cards_ids.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ var/list/global/id_cards = list()
454454
/obj/item/weapon/card/id/syndicate/AltClick()
455455
if (can_use(usr)) // Checks that the this is in our inventory. This will be checked by the proc anyways, but we don't want to generate an error message if not.
456456
copy_appearance = !copy_appearance
457-
to_chat(usr, "<span class='notice'>[src] is now set to copy [copy_appearance ? "the appearance along with" : "just"] the access.</span>")
457+
to_chat(usr, "<span class='notice'>\The [src] is now set to copy [copy_appearance ? "the appearance along with" : "just"] the access.</span>")
458458
return
459459
return ..()
460460

0 commit comments

Comments
 (0)