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
Removes SCP_294 (#37326)
* aaah sweet essence * bye bye sprites * goodbye machine code * bye bye blacklist entry * whoops * scp gone from runtime * bye bye ract * bye bye space ruin folder * bye bye area
This commit is contained in:
committed by
CitadelStationBot
parent
3044f3ad3a
commit
17aa0acef8
@@ -1,21 +0,0 @@
|
||||
<ui-display title='Recipient Contents'>
|
||||
<ui-section>
|
||||
<ui-button icon='eject' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='ejectBeaker'>Eject</ui-button>
|
||||
<ui-button icon='circle' state='{{data.isBeakerLoaded ? null : "disabled"}}' action='input'>Input</ui-button>
|
||||
<ui-button icon='plus' state='{{data.isBeakerLoaded ? "disabled" : null}}' action='makecup'>Create Cup</ui-button>
|
||||
</ui-section>
|
||||
</ui-display>
|
||||
<ui-display title='Recipient'>
|
||||
<ui-section label='Contents'>
|
||||
{{#if data.isBeakerLoaded}}
|
||||
<span>{{Math.round(adata.beakerCurrentVolume)}}/{{data.beakerMaxVolume}} Units</span>
|
||||
{{#each adata.beakerContents}}
|
||||
<span class='highlight' intro-outro='fade'>{{Math.fixed(volume, 2)}} units of {{name}}</span><br/>
|
||||
{{else}}
|
||||
<span class='bad'>Recipient Empty</span>
|
||||
{{/each}}
|
||||
{{else}}
|
||||
<span class='average'>No Recipient</span>
|
||||
{{/if}}
|
||||
</ui-section>
|
||||
</ui-display>
|
||||
Reference in New Issue
Block a user