Address SteelSlayer

This commit is contained in:
mochi
2020-10-05 21:16:34 +02:00
parent 444a7bfe92
commit 01f8f05633
7 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -150,7 +150,7 @@
else
playsound(loc, 'sound/effects/glasshit.ogg', 90, TRUE)
if(BURN)
playsound(src.loc, 'sound/items/welder.ogg', 100, TRUE)
playsound(loc, 'sound/items/welder.ogg', 100, TRUE)
/obj/machinery/newscaster/deconstruct(disassembled = TRUE)
if(!(flags & NODECONSTRUCT))
+2 -2
View File
@@ -43,7 +43,7 @@
if(SCREEN_COVER) //Cover
dat += "<div align='center'><b><font size=6>The Griffon</font></b></div>"
dat += "<div align='center'><font size=2>Nanotrasen-standard newspaper, for use on Nanotrasen Space Facilities</font></div><hr>"
if(isemptylist(news_content))
if(!length(news_content))
if(important_message)
dat += "Contents:<br><ul><b><font color='red'>**</font>Important Security Announcement<font color='red'>**</font></b> <font size=2>\[page [pages+2]\]</font><br></ul>"
else
@@ -70,7 +70,7 @@
if(C.censored)
dat += "This channel was deemed dangerous to the general welfare of the station and therefore marked with a <b><font color='red'>D-Notice</b></font>. Its contents were not transferred to the newspaper at the time of printing."
else
if(isemptylist(C.messages))
if(!length(C.messages))
dat += "No Feed stories stem from this channel..."
else
dat += "<ul>"