Skip to content

Commit

Permalink
Remove beer and chem dispenser from IKEA asters, fix misc typos (#8250)
Browse files Browse the repository at this point in the history
* fix typos and remove beer+chem dispensers

* autolathe not autholathe
  • Loading branch information
Firefox13 authored Aug 11, 2023
1 parent c7c711a commit 13fed64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions code/game/objects/items/machinery_crates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 13fed64

Please sign in to comment.