mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
makes disabled display an 'X'
I thought it just being blank could be confused to be broken.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user