From ff65d5d95dab02a579c637468b5d2aa0b33404af Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sat, 21 Dec 2019 20:26:16 -0500 Subject: [PATCH] Tram ETA, Not Shuttle Changelog Note: - Changes the .tmpl file for PDAs' Status Display function to read out Tram ETA, not Shuttle ETA since we're Virgo here. No shuttles for transfer. --- nano/templates/pda.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nano/templates/pda.tmpl b/nano/templates/pda.tmpl index d5647310ce7..12f9bd03c90 100644 --- a/nano/templates/pda.tmpl +++ b/nano/templates/pda.tmpl @@ -348,7 +348,8 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm
{{:helper.link('Clear', 'trash', {'cartmenu' : "1", 'choice' : "Status", 'statdisp' : "blank"}, null, null)}} - {{:helper.link('Shuttle ETA', 'gear', {'cartmenu' : "1", 'choice' : "Status",'statdisp' : "shuttle"}, null, null)}} + + {{:helper.link('Tram ETA', 'gear', {'cartmenu' : "1", 'choice' : "Status",'statdisp' : "shuttle"}, null, null)}} {{:helper.link('Message', 'gear', {'cartmenu' : "1", 'choice' : "Status",'statdisp' : "message"}, null, null)}}