Merge pull request #6369 from Citadel-Station-13/upstream-merge-37130
[MIRROR] Adds tesla coil cargo pack
This commit is contained in:
@@ -766,6 +766,17 @@
|
||||
crate_name = "supermatter shard crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/engineering
|
||||
dangerous = TRUE
|
||||
|
||||
/datum/supply_pack/engineering/engine/tesla_coils
|
||||
name = "Tesla Coil Crate"
|
||||
desc = "Whether it's high-voltage executions, creating research points, or just plain old power generation: This pack of four Tesla coils can do it all!"
|
||||
cost = 2500
|
||||
contains = list(/obj/machinery/power/tesla_coil,
|
||||
/obj/machinery/power/tesla_coil,
|
||||
/obj/machinery/power/tesla_coil,
|
||||
/obj/machinery/power/tesla_coil)
|
||||
crate_name = "tesla coil crate"
|
||||
crate_type = /obj/structure/closet/crate/engineering/electrical
|
||||
|
||||
/datum/supply_pack/engineering/engine/tesla_gen
|
||||
name = "Tesla Generator Crate"
|
||||
|
||||
Reference in New Issue
Block a user