mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-24 08:02:57 +00:00
* Adds a new power storage type: The Megacell. Drastically reduces power cell consumption/storage. [MDB Ignore] * Multi chargers * all this other shit * maps * more fixes * even more * mapping * map fixes * MCR * map2 * map3 * map4 * map5 --------- Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com> Co-authored-by: Fluffles <piecopresident@gmail.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 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"
|
|
req_access = list(ACCESS_ROBOTICS)
|
|
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"
|