mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-15 02:52:18 +01:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
/////Handles oxygen and heating
|
|
/obj/item/shipcomponent/life_support
|
|
name = "Nanotrasen Life-Support System"
|
|
desc = "An advanced life-support system"
|
|
power_used=20
|
|
var/tempreg = 310.0
|
|
system = "Life Support"
|
|
icon_state = "life_support"
|