mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
Funny TEG Update
This commit is contained in:
@@ -169,12 +169,22 @@
|
||||
crate_name = "tesla generator crate"
|
||||
|
||||
/datum/supply_pack/engine/teg
|
||||
name = "Thermoelectric Generator"
|
||||
desc = "Contains your very own Thermoelectric Generator. Time to turn cargo into a blazing hellfire, perhaps?"
|
||||
cost = 4000
|
||||
contains = list(/obj/machinery/power/generator)
|
||||
name = "Thermoelectric Generator Assembly"
|
||||
desc = "Contains your very own Thermoelectric Generator Assembly. Time to turn cargo into a blazing hellfire, perhaps?"
|
||||
cost = 3000
|
||||
contains = list(/obj/item/paper/teg,
|
||||
/obj/item/circuitboard/machine/generator,
|
||||
/obj/item/circuitboard/machine/circulator,
|
||||
/obj/item/circuitboard/machine/circulator,
|
||||
/obj/item/stack/cable_coil,
|
||||
/obj/item/stack/sheet/metal/twenty)
|
||||
crate_name = "thermoelectric generator crate"
|
||||
|
||||
/obj/item/paper/teg
|
||||
info = "*The seemingly useful notes have been scribbled over with red and black crayon. Hmm.*"
|
||||
name = "TEG Instructions"
|
||||
color = "red"
|
||||
|
||||
/datum/supply_pack/engine/energy_harvester
|
||||
name = "Energy Harvesting Module"
|
||||
desc = "A Device which upon connection to a node, will harvest the energy and send it to engineerless stations in return for credits, derived from a syndicate powersink model."
|
||||
|
||||
Reference in New Issue
Block a user