From 8b8fd5b39e3d8f953bb40368d7413ae0465e64e4 Mon Sep 17 00:00:00 2001 From: yurivw Date: Tue, 2 Aug 2016 18:01:53 +0200 Subject: [PATCH] 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. --- nano/templates/chem_master.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nano/templates/chem_master.tmpl b/nano/templates/chem_master.tmpl index 0fcea280c42..ea83dac9217 100644 --- a/nano/templates/chem_master.tmpl +++ b/nano/templates/chem_master.tmpl @@ -36,8 +36,8 @@

Containers:

{{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}}