mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
Maps and misc
This commit is contained in:
File diff suppressed because one or more lines are too long
2108
tgui/package-lock.json
generated
2108
tgui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,15 @@
|
||||
<ui-button
|
||||
state='{{swap_button_state}}'
|
||||
action='swap' params='{"ref": "{{ref}}"}'>
|
||||
{{is_current ? "You Are Here" : "Swap"}}
|
||||
{{#if occupied == "owner"}}
|
||||
You Are Here
|
||||
{{else}}
|
||||
{{#if occupied == "stranger"}}
|
||||
Occupied
|
||||
{{else}}
|
||||
Swap
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</ui-button>
|
||||
|
||||
</ui-section>
|
||||
|
||||
Reference in New Issue
Block a user