Comms console tweak

This commit is contained in:
oranges
2017-10-19 03:52:52 -05:00
committed by CitadelStationBot
parent 02fcc06eb1
commit b439b96865
2 changed files with 150 additions and 107 deletions
+4 -2
View File
@@ -43,8 +43,10 @@
var/obj/item/paper/P = new /obj/item/paper(C.loc)
P.name = "paper - '[title]'"
P.info = text
C.messagetitle.Add("[title]")
C.messagetext.Add(text)
var/datum/comm_message/message = new
message.title = title
message.content = text
C.add_message(message)
P.update_icon()
/proc/minor_announce(message, title = "Attention:", alert)