[MIRROR] Operating computers now display required surgery chems (#5701)

* Operating computers now display required surgery chems

* Rebuilds tgui
This commit is contained in:
CitadelStationBot
2018-02-27 05:05:02 -06:00
committed by Poojawa
parent 5f6c41fa30
commit 2c5b8a586b
6 changed files with 49 additions and 14 deletions
@@ -31,10 +31,16 @@
<ui-subdisplay title='{{name}}'>
<ui-section label='Next Step'>
<span class='content'>{{next_step}}</span>
{{#if chems_needed}}
<span class='content'><b>Required chemicals:</b><br> {{chems_needed}}</span>
{{/if}}
</ui-section>
{{#if alternative_step}}
<ui-section label='Alternative Step'>
<span class='content'>{{alternative_step}}</span>
{{#if alt_chems_needed}}
<span class='content'><b>Required chemicals:</b><br> {{chems_needed}}</span>
{{/if}}
</ui-section>
{{/if}}
</ui-subdisplay>