mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 11:12:14 +00:00
## About The Pull Request Once upon a time, vending machines were access locked I guess? It's been so many years since that has been the case that most people don't remember (including myself). This just removes all the old unused req_access lists that reside on the various vending machines. ## Why It's Good For The Game Less chance of cargo culting something that serves no purpose anymore. ## Changelog Nothing player facing I should hope --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
//This one's from bay12
|
|
/obj/machinery/vending/robotics
|
|
name = "\improper Robotech Deluxe"
|
|
desc = "All the tools you need to create your own robot army."
|
|
icon_state = "robotics"
|
|
icon_deny = "robotics-deny"
|
|
panel_type = "panel14"
|
|
light_mask = "robotics-light-mask"
|
|
products = list(
|
|
/obj/item/clothing/suit/toggle/labcoat = 4,
|
|
/obj/item/clothing/under/rank/rnd/roboticist = 4,
|
|
/obj/item/stack/cable_coil = 4,
|
|
/obj/item/assembly/flash/handheld = 4,
|
|
/obj/item/stock_parts/power_store/cell/high = 12,
|
|
/obj/item/assembly/prox_sensor = 3,
|
|
/obj/item/assembly/signaler = 3,
|
|
/obj/item/healthanalyzer = 3,
|
|
/obj/item/scalpel = 2,
|
|
/obj/item/circular_saw = 2,
|
|
/obj/item/bonesetter = 2,
|
|
/obj/item/tank/internals/anesthetic = 2,
|
|
/obj/item/clothing/mask/breath/medical = 5,
|
|
/obj/item/screwdriver = 5,
|
|
/obj/item/crowbar = 5,
|
|
)
|
|
refill_canister = /obj/item/vending_refill/robotics
|
|
default_price = PAYCHECK_COMMAND
|
|
payment_department = ACCOUNT_SCI
|
|
|
|
/obj/item/vending_refill/robotics
|
|
machine_name = "Robotech Deluxe"
|
|
icon_state = "refill_engi"
|