mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Fixes Some Atmospherics Oversights (#15311)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/device/oxycandle
|
||||
name = "oxygen candle"
|
||||
desc = "A steel tube with the words 'OXYGEN - PULL CORD TO IGNITE' stamped on the side. A small label warns against using the device underwater"
|
||||
desc = "A steel tube with the words 'OXYGEN - PULL CORD TO IGNITE' stamped on the side. A small label warns against using the device underwater."
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "oxycandle"
|
||||
item_state = "oxycandle"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
var/list/output_info = list()
|
||||
|
||||
var/input_flow_setting = 200
|
||||
var/pressure_setting = 2000
|
||||
var/pressure_setting = PRESSURE_ONE_THOUSAND * 2
|
||||
|
||||
/obj/item/circuitboard/air_management/supermatter_core
|
||||
name = T_BOARD("core control")
|
||||
|
||||
Reference in New Issue
Block a user