mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
Changes station goal crate to engi crates (#12308)
* Add lock to bee/station goal crates * remove locks
This commit is contained in:
+12
-12
@@ -1767,10 +1767,16 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
|
||||
///////////// Station Goals
|
||||
|
||||
/datum/supply_packs/misc/bsa
|
||||
/datum/supply_packs/misc/station_goal
|
||||
name = "Empty Station Goal Crate"
|
||||
cost = 10
|
||||
special = TRUE
|
||||
containername = "empty station goal crate"
|
||||
containertype = /obj/structure/closet/crate/engineering
|
||||
|
||||
/datum/supply_packs/misc/station_goal/bsa
|
||||
name = "Bluespace Artillery Parts"
|
||||
cost = 150
|
||||
special = TRUE
|
||||
contains = list(/obj/item/circuitboard/machine/bsa/front,
|
||||
/obj/item/circuitboard/machine/bsa/middle,
|
||||
/obj/item/circuitboard/machine/bsa/back,
|
||||
@@ -1778,19 +1784,17 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
)
|
||||
containername = "bluespace artillery parts crate"
|
||||
|
||||
/datum/supply_packs/misc/dna_vault
|
||||
/datum/supply_packs/misc/station_goal/dna_vault
|
||||
name = "DNA Vault Parts"
|
||||
cost = 120
|
||||
special = TRUE
|
||||
contains = list(
|
||||
/obj/item/circuitboard/machine/dna_vault
|
||||
)
|
||||
containername = "dna vault parts crate"
|
||||
|
||||
/datum/supply_packs/misc/dna_probes
|
||||
/datum/supply_packs/misc/station_goal/dna_probes
|
||||
name = "DNA Vault Samplers"
|
||||
cost = 30
|
||||
special = TRUE
|
||||
contains = list(/obj/item/dna_probe,
|
||||
/obj/item/dna_probe,
|
||||
/obj/item/dna_probe,
|
||||
@@ -1799,11 +1803,9 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
)
|
||||
containername = "dna samplers crate"
|
||||
|
||||
|
||||
/datum/supply_packs/misc/shield_sat
|
||||
/datum/supply_packs/misc/station_goal/shield_sat
|
||||
name = "Shield Generator Satellite"
|
||||
cost = 30
|
||||
special = TRUE
|
||||
contains = list(
|
||||
/obj/machinery/satellite/meteor_shield,
|
||||
/obj/machinery/satellite/meteor_shield,
|
||||
@@ -1811,11 +1813,9 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
)
|
||||
containername = "shield sat crate"
|
||||
|
||||
|
||||
/datum/supply_packs/misc/shield_sat_control
|
||||
/datum/supply_packs/misc/station_goal/shield_sat_control
|
||||
name = "Shield System Control Board"
|
||||
cost = 50
|
||||
special = TRUE
|
||||
contains = list(
|
||||
/obj/item/circuitboard/computer/sat_control
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user