mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
add grounding, and coil, minor fixes.
This commit is contained in:
@@ -525,10 +525,26 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
containername = "singularity generator crate"
|
||||
|
||||
/datum/supply_packs/engineering/engine/tesla
|
||||
name = "Energy Ball Generator"
|
||||
name = "Energy Ball Generator Crate"
|
||||
contains = list(/obj/machinery/the_singularitygen/tesla)
|
||||
cost = 10
|
||||
containername = "energy ball generator"
|
||||
containername = "energy ball generator crate"
|
||||
|
||||
/datum/supply_packs/engineering/engine/coil
|
||||
name = "Tesla Coil Crate"
|
||||
contains = list(/obj/machinery/power/tesla_coil,
|
||||
/obj/machinery/power/tesla_coil,
|
||||
/obj/machinery/power/tesla_coil)
|
||||
cost = 10
|
||||
containername = "tesla coil crate"
|
||||
|
||||
/datum/supply_packs/engineering/engine/grounding
|
||||
name = "Grounding Rod Crate"
|
||||
contains = list(/obj/machinery/power/grounding_rod,
|
||||
/obj/machinery/power/grounding_rod,
|
||||
/obj/machinery/power/grounding_rod)
|
||||
cost = 10
|
||||
containername = "grounding rod crate"
|
||||
|
||||
/datum/supply_packs/engineering/engine/collector
|
||||
name = "Collector Crate"
|
||||
|
||||
Reference in New Issue
Block a user