From 0aec0f472567546ce3b5a44eeded15fc9ae734e2 Mon Sep 17 00:00:00 2001 From: TwoCam Date: Sat, 8 May 2021 17:08:47 -0400 Subject: [PATCH] Removed someone's old email from the code (#16000) * removed someone's old email from the code * Update code/modules/newscaster/obj/newspaper.dm Accepting AffectedArc07's suggestion. Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> --- code/modules/newscaster/obj/newspaper.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/newscaster/obj/newspaper.dm b/code/modules/newscaster/obj/newspaper.dm index 025b404064f..b9d8e1dd857 100644 --- a/code/modules/newscaster/obj/newspaper.dm +++ b/code/modules/newscaster/obj/newspaper.dm @@ -114,7 +114,8 @@ dat += "
There is a small scribble near the end of this page... It reads: \"[scribble]\"" dat+= "
Previous Page
" else - dat += "i'm sorry to break your immersion. This shit's bugged. Report this bug to Agouri, polyxenitopalidou@gmail.com" + // No trailing punctuation so that it's easy to copy and paste the address + dat += "We're sorry to break your immersion, but there has been an error with the newscaster. Please report this error, along with any more information you have, to [config.githuburl]/issues/new?template=bug_report.md" dat += "

[curr_page+1]
" human_user << browse(dat, "window=newspaper_main;size=300x400")