You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/modules/paperwork/paperbin.dm
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@
173
173
else
174
174
to_chat(user, "<span class='info'>The paper on top has some bloody markings on it.</span>")
175
175
else if(P.info)
176
-
to_chat(user, "<span class='info'>You notice some writings on the top paper. <a HREF='?src=\ref[user];lookitem=\ref[P]'>Take a closer look.</a></span>")
176
+
to_chat(user, "<span class='info'>You notice some writings on the top paper. <a HREF='?src=\ref[P];lookitem=\ref[user]'>Take a closer look.</a></span>")
177
177
*/
178
178
else
179
179
to_chat(user, "<span class='info'>There are no papers in the bin.</span>")
0 commit comments