From 631f8dfda53a9d952ea6c2f6c9f15c1cfe82499c Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Tue, 17 Aug 2021 14:52:09 +0200 Subject: [PATCH] Clarifies that there are now blank bottles in the research node too. --- code/modules/research/techweb/nodes/export_nodes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/techweb/nodes/export_nodes.dm b/code/modules/research/techweb/nodes/export_nodes.dm index 80d335e7bc..88870d9d20 100644 --- a/code/modules/research/techweb/nodes/export_nodes.dm +++ b/code/modules/research/techweb/nodes/export_nodes.dm @@ -1,7 +1,7 @@ /datum/techweb_node/blueprinted_bottles id = "blueprinted_bottles" - display_name = "License Bottling" - description = "Some Branded bottles to print and export." + display_name = "General Bottling" + description = "Some Branded and unbranded bottles to print." starting_node = TRUE design_ids = list("gin", "wine", "whiskey", "vodka", "tequila", "patron", "rum", "kahlua", "vermouth", "goldschlager", "hcider", "cognac", "absinthe", "grappa", "sake", "fernet", "applejack", "champagne", "blazaam", "trappist", "grenadine", "autobottler", "emptyglassbottle", "largeemptyglassbottle", "emptypitcher")