mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 06:04:23 +01:00
SM-TeG best engine.
This commit is contained in:
@@ -523,6 +523,25 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
cost = 20
|
||||
containername = "Inflatable Barrier Crate"
|
||||
|
||||
/datum/supply_packs/engineering/supermatter
|
||||
name = "Supermatter Crystal Crate"
|
||||
contains = list(/obj/machinery/power/supermatter)
|
||||
cost = 50 //Yes that's a fucking lot.
|
||||
containername = "Supermatter Shard Crate"
|
||||
containertype = /obj/structure/closet/crate/secure/large/reinforced
|
||||
access = access_ce
|
||||
|
||||
/datum/supply_packs/engineering/teg
|
||||
name = "Thermo-Electric Generator"
|
||||
contains = list(
|
||||
/obj/machinery/power/generator,
|
||||
/obj/machinery/atmospherics/binary/circulator,
|
||||
/obj/machinery/atmospherics/binary/circulator
|
||||
)
|
||||
cost = 25
|
||||
containername = "Thermo-Electric Generator Components"
|
||||
access = access_ce
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////// Medical /////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
@@ -1346,4 +1365,4 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
|
||||
/obj/item/clothing/mask/horsehead,
|
||||
/obj/item/weapon/beach_ball)
|
||||
cost = 20
|
||||
containername = "polo supply crate"
|
||||
containername = "polo supply crate"
|
||||
|
||||
Reference in New Issue
Block a user