mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Fixes the Condimaster so it can actually make condiment bottles.
The Condimaster now actually makes a bottle of condiments, instead of only making packs. Thank you, ChopChop1416 for telling me about Git Grep, that made finding the file a LOT easier.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
<h3>Containers:</h3>
|
||||
<div class='item'>
|
||||
{{if data.condi}}
|
||||
{{:helper.link('Create pill (10u max)', 'arrow-right', {'createpill': 1})}}
|
||||
{{:helper.link('Create bottle (50u max)', 'arrow-right', {'createpill': 1})}}
|
||||
{{:helper.link('Create pack (10u max)', 'arrow-right', {'createpill': 1})}}
|
||||
{{:helper.link('Create bottle (50u max)', 'arrow-right', {'createbottle': 1})}}
|
||||
{{else}}
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user