mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user