Fixes Some Atmospherics Oversights (#15311)

This commit is contained in:
SleepyGemmy
2022-12-14 19:21:58 +01:00
committed by GitHub
parent 1c35169f10
commit e8cc93d643
23 changed files with 67 additions and 65 deletions
+1 -1
View File
@@ -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")