mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Adds an engineering cart (#21110)
## About PR Sprites are ported from Paradise Station, made by McRamon. This cart is capable of holding the following: - 2x sheet stacks of each steel, glass and plasteel. - mechanical, electrical and emergency toolboxes, one each. - light replacer The one that spawns in engineering begins with all 3 toolboxes. This cart costs 15 plasteel to craft, 100 credits to order from cargo. Removes relevant toolboxes this cart spawns with in the department. ## Images <img width="605" height="486" alt="Screenshot_4" src="https://github.com/user-attachments/assets/59487676-bc5e-4f42-8c8e-d5d59add8481" /> https://github.com/user-attachments/assets/88e596ed-06e3-4047-89a8-452d1b13f466 ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: | Path | Original Author | License | | --- | --- | --- | | icons/obj/engicart.dmi | McRamon (Paradise Station) | CC BY-SA 3.0 |
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
list(
|
||||
new /datum/stack_recipe("key", /obj/item/key, 1, time = 10, one_per_turf = 0, on_floor = 1),
|
||||
new /datum/stack_recipe("custodial cart", /obj/structure/janitorialcart, BUILD_AMT, time = 120, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("engineering cart", /obj/structure/engineeringcart, BUILD_AMT, time = 120, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("steel closet", /obj/structure/closet, BUILD_AMT, time = 15, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("canister", /obj/machinery/portable_atmospherics/canister, 10, time = 15, one_per_turf = 1, on_floor = 1),
|
||||
new /datum/stack_recipe("target stake", /obj/structure/target_stake, BUILD_AMT, time = 15, one_per_turf = 1, on_floor = 1),
|
||||
|
||||
Reference in New Issue
Block a user