mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
hijack implant
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -148,4 +148,18 @@
|
||||
{{/if}}
|
||||
</ui-section>
|
||||
</ui-notice>
|
||||
{{#if data.hijackable}}
|
||||
<ui-display title='Hijacking'>
|
||||
{{#if !data.hijacker}}
|
||||
<ui-button icon='unlock' action='hijack'>Hijack APC</ui-button>
|
||||
{{else}}
|
||||
{{#if data.drainavail}}
|
||||
<ui-button icon='lightbulb-o' action='drain'>Drain APC</ui-button>
|
||||
{{/if}}
|
||||
{{#if data.lockdownavail}}
|
||||
<ui-button icon='lock' action='lockdown'>Lockdown Room</ui-button>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</ui-display>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user