From 13fed64795a6d7bf3e7eb6e018cf31e157ee4693 Mon Sep 17 00:00:00 2001 From: Firefox13 <57810301+Firefox13@users.noreply.github.com> Date: Fri, 11 Aug 2023 19:06:03 +0300 Subject: [PATCH] Remove beer and chem dispenser from IKEA asters, fix misc typos (#8250) * fix typos and remove beer+chem dispensers * autolathe not autholathe --- code/game/objects/items/machinery_crates.dm | 8 ++++---- .../trade_stations_presets/1-common/asterstradecapital.dm | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/code/game/objects/items/machinery_crates.dm b/code/game/objects/items/machinery_crates.dm index 1bfcd5da8e4..5bfd087382c 100644 --- a/code/game/objects/items/machinery_crates.dm +++ b/code/game/objects/items/machinery_crates.dm @@ -81,9 +81,9 @@ animation_duration = 39 constructing_machine = /obj/machinery/shieldwallgen/excelsior -/obj/item/machinery_crate/autholate - name = "autolate IKEA" - machine_name = "autholate" +/obj/item/machinery_crate/autolathe + name = "autolathe IKEA" + machine_name = "autolathe" constructing_machine = /obj/machinery/autolathe /obj/item/machinery_crate/crafting_station @@ -92,7 +92,7 @@ constructing_machine = /obj/machinery/autolathe/crafting_station /obj/item/machinery_crate/excelsior/autolathe - name = "Excelsior autolate IKEA" + name = "Excelsior autolathe IKEA" machine_name = "Excelsior autolate" constructing_machine = /obj/machinery/autolathe/excelsior diff --git a/code/modules/trade/datums/trade_stations_presets/1-common/asterstradecapital.dm b/code/modules/trade/datums/trade_stations_presets/1-common/asterstradecapital.dm index 9e03baf2059..9e84b9b1156 100644 --- a/code/modules/trade/datums/trade_stations_presets/1-common/asterstradecapital.dm +++ b/code/modules/trade/datums/trade_stations_presets/1-common/asterstradecapital.dm @@ -115,11 +115,9 @@ ), "IKEA crates" = list( /obj/item/machinery_crate/crafting_station = custom_good_price(700), - /obj/item/machinery_crate/autholate = custom_good_price(600), + /obj/item/machinery_crate/autolathe = custom_good_price(600), /obj/item/machinery_crate/pacman = custom_good_price(700), - /obj/item/machinery_crate/recharger = custom_good_price(700), - /obj/item/machinery_crate/beer_dispenser = custom_good_price(600), - /obj/item/machinery_crate/soda_dispenser = custom_good_price(600) + /obj/item/machinery_crate/recharger = custom_good_price(700) ) ) hidden_inventory = list(