makes OFF color more legible

This commit is contained in:
Kugamo
2020-11-07 10:13:48 -06:00
parent 32747fb19e
commit a7052b425b
+1 -1
View File
@@ -106,7 +106,7 @@
/obj/machinery/ticket_machine/proc/handle_maptext()
if(!dispense_enabled)
maptext_x = 6
maptext = "<font face='Small Fonts' color='#0f0f0f'>OFF</font>"
maptext = "<font face='Small Fonts' color='#4D535E'>OFF</font>"
return
switch(ticket_number) //This is here to handle maptext offsets so that the numbers align.
if(0 to 9)