mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
add service and smith boards to tech storage (#29083)
This commit is contained in:
committed by
GitHub
parent
057cfcb549
commit
5fc4fdd6a9
@@ -49,6 +49,23 @@
|
||||
loot = list(
|
||||
/obj/item/circuitboard/ore_redemption,
|
||||
/obj/item/circuitboard/autolathe,
|
||||
/obj/item/circuitboard/power_hammer,
|
||||
/obj/item/circuitboard/lava_furnace,
|
||||
/obj/item/circuitboard/casting_basin,
|
||||
/obj/item/circuitboard/smart_hopper,
|
||||
/obj/item/circuitboard/magma_crucible,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/random/tech_storage/service
|
||||
name = "service circuit boards spawner"
|
||||
loot = list(
|
||||
/obj/item/circuitboard/seed_extractor,
|
||||
/obj/item/circuitboard/plantgenes,
|
||||
/obj/item/circuitboard/hydroponics,
|
||||
/obj/item/circuitboard/cooking/stove,
|
||||
/obj/item/circuitboard/cooking/deep_fryer,
|
||||
/obj/item/circuitboard/cooking/ice_cream_mixer,
|
||||
/obj/item/circuitboard/cooking/oven,
|
||||
)
|
||||
|
||||
/obj/effect/spawner/random/tech_storage/research
|
||||
|
||||
Reference in New Issue
Block a user