mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Leftovers of last commit
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
@@ -82,8 +82,23 @@
|
||||
{{/if}}
|
||||
<span class='item'>
|
||||
{{if data.loaded_pill_bottle}}
|
||||
{{:helper.link('Pill Bottle (' + data.loaded_pill_bottle_contents_len + '/' + data.loaded_pill_bottle_storage_slots + ')', 'eject', {'ejectp': 1})}}
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{{:helper.link('Pill Bottle (' + data.loaded_pill_bottle_contents_len + '/' + data.loaded_pill_bottle_storage_slots + ')', 'eject', {'ejectp': 1})}}
|
||||
</td>
|
||||
<td>
|
||||
{{:helper.link('Change Wrapper', 'pencil', {'change_pillbottle': 1})}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{{else}}
|
||||
{{:helper.link('No Pill Bottle', 'eject', {}, 'disabled')}}
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
{{:helper.link('No Pill Bottle', 'eject', {}, 'disabled')}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{{/if}}
|
||||
</span>
|
||||
Reference in New Issue
Block a user