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.
This commit is contained in:
TheFurryFeline
2019-12-21 20:26:16 -05:00
committed by GitHub
parent 8b9806c8c4
commit ff65d5d95d
+2 -1
View File
@@ -348,7 +348,8 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm
</div>
<div class="itemContent">
{{: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)}}
<!-- VOREStation Edit TFF 21/12/2563 - Virgo = Tram. Not shuttle -->
{{: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)}}
</div>
</div>