Skip to content

Commit

Permalink
Update code/modules/paperwork/paper.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Burzah <[email protected]>
  • Loading branch information
Burzah authored Jan 31, 2025
1 parent e0587a4 commit e7a3c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/paperwork/paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
if(user.zone_selected == "eyes")
user.visible_message("<span class='notice'>[user] holds up a paper and shows it to [H].</span>",
"<span class='notice'>You show the paper to [H].</span>")
to_chat(H, "<A href='byond://?src=[UID()];show_content=1'>Read \the [src]</A>")
to_chat(H, "<a href='byond://?src=[UID()];show_content=1'>Read \the [src]</a>")

else if(user.zone_selected == "mouth")
if(H == user)
Expand Down

0 comments on commit e7a3c8c

Please sign in to comment.