Adds a golf cart to cargo (#92688)

This commit is contained in:
tonyhawq
2025-10-21 16:07:20 -04:00
committed by GitHub
parent fff3ac935a
commit e5d40d3cfe
8 changed files with 1136 additions and 0 deletions
+6
View File
@@ -412,3 +412,9 @@
/obj/item/circuitboard/computer/shuttle/docker,
/obj/item/circuitboard/machine/engine/propulsion = 2,
)
/datum/supply_pack/goody/golfcart_key
name = "Spare Golf Cart Key"
desc = "If you in your carelessness lost the key to your golfcart you can purchase one. Unfortunately not covered by warranty."
cost = PAYCHECK_CREW * 5
contains = list(/obj/item/key/golfcart)
+10
View File
@@ -334,3 +334,13 @@
contains = list(/obj/machinery/power/portagrav = 1)
crate_name = "portable gravity unit crate"
crate_type = /obj/structure/closet/crate/engineering
/datum/supply_pack/engineering/golfcart
name = "Golf Cart Parts Kit Crate"
desc = "Contains the parts to build a cart intended for moving heavy machinery and cargo across the station. \
Nanotrasen assumes no liability for carts operated as 'party wagons'."
cost = CARGO_CRATE_VALUE * 11
access_view = ACCESS_ENGINEERING
contains = list(/obj/item/golfcart_kit = 1, /obj/item/key/golfcart = 2, /obj/item/stock_parts/power_store/cell/lead = 1)
crate_name = "golf cart parts kit"
crate_type = /obj/structure/closet/crate/engineering