Gives paper slight color tints, depending on their source of origin (#7091)

This allows you to easier distinguish which paper is what, if you have a supermassive pile of them or something. I don't know.
This commit is contained in:
Geeves
2019-10-02 20:52:42 +02:00
committed by Erki
parent fc2cc3d9d3
commit abf5fe4baf
6 changed files with 50 additions and 3 deletions

View File

@@ -297,7 +297,7 @@ var/last_message_id = 0
if(computer && computer.working && !!computer.nano_printer)
var/datum/computer_file/program/comm/C = locate(/datum/computer_file/program/comm) in computer.hard_drive.stored_files
if(C && C.intercept)
computer.nano_printer.print_text(message_text, message_title)
computer.nano_printer.print_text(message_text, message_title, "#deebff")
/datum/comm_message_listener