From fa4a0151403c27b5b914bf36d0868e6bacf65629 Mon Sep 17 00:00:00 2001 From: "polyxenitopalidou@gmail.com" Date: Mon, 30 Jan 2012 17:17:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2Final=20fix=20:3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3020 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/newscaster.dm | 2 +- html/changelog.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/newscaster.dm b/code/game/machinery/newscaster.dm index 11e4d0a49c6..5c75562db25 100644 --- a/code/game/machinery/newscaster.dm +++ b/code/game/machinery/newscaster.dm @@ -710,7 +710,7 @@ obj/item/weapon/newspaper/attack_self(mob/user as mob) var/datum/feed_channel/C = src.news_content[src.curr_page] dat+="[C.channel_name] \[created by: [C.author]\]

" if(C.censored) - dat+="This channel was deemed dangerous to the general welfare of the station and therefore marked with a D-Notice. Its contents were not transferred to the newspaper at the time of printing." else if(isemptylist(C.messages)) dat+="No Feed stories stem from this channel..." diff --git a/html/changelog.html b/html/changelog.html index c7a555f2bf0..6bff8da373b 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -61,7 +61,7 @@ Stuff which is in development and not yet visible to players or just code relate should be listed in the changelog upon commit tho. Thanks. --> -29 February 2012, got Comp Arch exams on Wednesday :( +29 January 2012, got Comp Arch exams on Wednesday :(
  • Agouri updated: