mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
[MDB Ignore] Removes circuit board recipe for vend a tray (#93517)
## About The Pull Request - Closes #93497 'Vend a trays' are not subtypes of machines but structures i.e. their path is `/obj/structure/displaycase/forsale`. You can't create structures with machine circuit boards so they runtime like hell You can still create an Vend a tray by - Creating a "display case chassis" with 5 wood - Inserting a card reader in it It's just this broken way of designing the tray has to go ## Changelog 🆑 del: Removes circuit board recipe for vend a tray. Use 5 wood to create a "display case chassis" and insert a card reader to create the tray instead /🆑
This commit is contained in:
@@ -1425,12 +1425,6 @@
|
|||||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer4,
|
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer4,
|
||||||
/turf/open/floor/carpet/orange,
|
/turf/open/floor/carpet/orange,
|
||||||
/area/ruin/space/has_grav/hauntedtradingpost/public/corridor)
|
/area/ruin/space/has_grav/hauntedtradingpost/public/corridor)
|
||||||
"mh" = (
|
|
||||||
/obj/item/circuitboard/machine/vendatray{
|
|
||||||
pixel_y = 15
|
|
||||||
},
|
|
||||||
/turf/open/floor/carpet/orange,
|
|
||||||
/area/ruin/space/has_grav/hauntedtradingpost/public)
|
|
||||||
"mn" = (
|
"mn" = (
|
||||||
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer4,
|
/obj/machinery/atmospherics/pipe/smart/manifold4w/scrubbers/hidden/layer4,
|
||||||
/obj/machinery/airalarm/directional/south,
|
/obj/machinery/airalarm/directional/south,
|
||||||
@@ -6751,7 +6745,7 @@ tl
|
|||||||
Ht
|
Ht
|
||||||
uZ
|
uZ
|
||||||
eE
|
eE
|
||||||
mh
|
Ip
|
||||||
He
|
He
|
||||||
TY
|
TY
|
||||||
RX
|
RX
|
||||||
|
|||||||
@@ -1381,13 +1381,6 @@
|
|||||||
greyscale_colors = CIRCUIT_COLOR_SERVICE
|
greyscale_colors = CIRCUIT_COLOR_SERVICE
|
||||||
build_path = /obj/machinery/rnd/production/techfab/department/service
|
build_path = /obj/machinery/rnd/production/techfab/department/service
|
||||||
|
|
||||||
/obj/item/circuitboard/machine/vendatray
|
|
||||||
name = "Vend-A-Tray"
|
|
||||||
greyscale_colors = CIRCUIT_COLOR_SERVICE
|
|
||||||
build_path = /obj/structure/displaycase/forsale
|
|
||||||
req_components = list(
|
|
||||||
/datum/stock_part/card_reader = 1)
|
|
||||||
|
|
||||||
/obj/item/circuitboard/machine/fishing_portal_generator
|
/obj/item/circuitboard/machine/fishing_portal_generator
|
||||||
name = "Fishing Portal Generator"
|
name = "Fishing Portal Generator"
|
||||||
greyscale_colors = CIRCUIT_COLOR_SERVICE
|
greyscale_colors = CIRCUIT_COLOR_SERVICE
|
||||||
|
|||||||
@@ -1011,16 +1011,6 @@
|
|||||||
)
|
)
|
||||||
departmental_flags = DEPARTMENT_BITFLAG_SERVICE
|
departmental_flags = DEPARTMENT_BITFLAG_SERVICE
|
||||||
|
|
||||||
/datum/design/board/vendatray
|
|
||||||
name = "Vend-a-Tray Board"
|
|
||||||
desc = "The circuit board for a Vend-a-Tray."
|
|
||||||
id = "vendatray"
|
|
||||||
build_path = /obj/item/circuitboard/machine/vendatray
|
|
||||||
category = list(
|
|
||||||
RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_SERVICE
|
|
||||||
)
|
|
||||||
departmental_flags = DEPARTMENT_BITFLAG_SERVICE
|
|
||||||
|
|
||||||
/datum/design/board/bountypad
|
/datum/design/board/bountypad
|
||||||
name = "Civilian Bounty Pad Board"
|
name = "Civilian Bounty Pad Board"
|
||||||
desc = "The circuit board for a Civilian Bounty Pad."
|
desc = "The circuit board for a Civilian Bounty Pad."
|
||||||
|
|||||||
@@ -218,7 +218,6 @@
|
|||||||
"holobarrier_jani",
|
"holobarrier_jani",
|
||||||
"holobarrier_med",
|
"holobarrier_med",
|
||||||
"holopad",
|
"holopad",
|
||||||
"vendatray",
|
|
||||||
"holodisk",
|
"holodisk",
|
||||||
"modular_shield_gate",
|
"modular_shield_gate",
|
||||||
"modular_shield_generator",
|
"modular_shield_generator",
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
/obj/item/circuitboard/machine/vendatray : @DELETE
|
||||||
Reference in New Issue
Block a user