mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[MIRROR] Coffeemaker Fixes [MDB IGNORE] (#15750)
Coffeemaker Fixes Co-authored-by: EOBGames <58124831+EOBGames@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
EOBGames
GoldenAlpharex
parent
8f92d07b11
commit
fd5eef46ff
@@ -2,7 +2,7 @@
|
||||
name = "coffeemaker"
|
||||
desc = "A Modello 3 Coffeemaker that brews coffee and holds it at the perfect temperature of 176 fahrenheit. Made by Piccionaia Home Appliances."
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "coffeemaker"
|
||||
icon_state = "coffeemaker11"
|
||||
base_icon_state = "coffeemaker"
|
||||
resistance_flags = FIRE_PROOF | ACID_PROOF
|
||||
circuit = /obj/item/circuitboard/machine/coffeemaker
|
||||
|
||||
@@ -780,3 +780,11 @@
|
||||
build_path = /obj/item/circuitboard/machine/module_duplicator
|
||||
category = list(RND_CATEGORY_MISC_MACHINERY)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
/datum/design/board/coffeemaker
|
||||
name = "Machine Design (Coffeemaker)"
|
||||
desc = "The circuit board for a coffeemaker."
|
||||
id = "coffeemaker"
|
||||
build_path = /obj/item/circuitboard/machine/coffeemaker
|
||||
category = list(RND_CATEGORY_MISC_MACHINERY)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SERVICE | DEPARTMENT_BITFLAG_ENGINEERING | DEPARTMENT_BITFLAG_SCIENCE
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
"c-reader",
|
||||
"circuit_imprinter",
|
||||
"circuit_imprinter_offstation",
|
||||
"coffeemaker",
|
||||
"coffeepot",
|
||||
"coffee_cartridge",
|
||||
"conveyor_belt",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Reference in New Issue
Block a user