makes disabled display an 'X'

I thought it just being blank could be confused to be broken.
This commit is contained in:
Kugamo
2020-11-06 23:14:37 -06:00
parent cc741c2ed3
commit 7c9bbea756
+2 -1
View File
@@ -104,7 +104,8 @@
/obj/machinery/ticket_machine/proc/handle_maptext()
if(disabled)
maptext = ""
maptext_x = 13
maptext = "X"
else
switch(ticket_number) //This is here to handle maptext offsets so that the numbers align.
if(0 to 9)