Skip to content

Commit bef3b60

Browse files
committed
Leftovers of last commit
1 parent d33d018 commit bef3b60

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

icons/obj/chemical.dmi

-22 Bytes
Binary file not shown.

nano/templates/chem_master.tmpl

+17-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,23 @@
8282
{{/if}}
8383
<span class='item'>
8484
{{if data.loaded_pill_bottle}}
85-
{{:helper.link('Pill Bottle (' + data.loaded_pill_bottle_contents_len + '/' + data.loaded_pill_bottle_storage_slots + ')', 'eject', {'ejectp': 1})}}
85+
<table>
86+
<tr>
87+
<td>
88+
{{:helper.link('Pill Bottle (' + data.loaded_pill_bottle_contents_len + '/' + data.loaded_pill_bottle_storage_slots + ')', 'eject', {'ejectp': 1})}}
89+
</td>
90+
<td>
91+
{{:helper.link('Change Wrapper', 'pencil', {'change_pillbottle': 1})}}
92+
</td>
93+
</tr>
94+
</table>
8695
{{else}}
87-
{{:helper.link('No Pill Bottle', 'eject', {}, 'disabled')}}
96+
<table>
97+
<tr>
98+
<td>
99+
{{:helper.link('No Pill Bottle', 'eject', {}, 'disabled')}}
100+
</td>
101+
</tr>
102+
</table>
88103
{{/if}}
89104
</span>

0 commit comments

Comments
 (0)