mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Converts gas, ore, plants and reagent strings to defines (#9611)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d5b62d4159
commit
fd5d9267ff
@@ -15,8 +15,8 @@
|
||||
|
||||
/obj/effect/overmap/visitable/planet/Sif/Initialize()
|
||||
atmosphere = new(CELL_VOLUME)
|
||||
atmosphere.adjust_gas_temp("oxygen", MOLES_O2STANDARD, 273)
|
||||
atmosphere.adjust_gas_temp("nitrogen", MOLES_N2STANDARD, 273)
|
||||
atmosphere.adjust_gas_temp(GAS_O2, MOLES_O2STANDARD, 273)
|
||||
atmosphere.adjust_gas_temp(GAS_N2, MOLES_N2STANDARD, 273)
|
||||
|
||||
. = ..()
|
||||
|
||||
|
||||
@@ -758,20 +758,20 @@
|
||||
/area/crew_quarters/heads/sc/
|
||||
name = "\improper Command - Head Office"
|
||||
icon_state = "head_quarters"
|
||||
flags = RAD_SHIELDED
|
||||
flags = RAD_SHIELDED | AREA_FORBID_EVENTS | AREA_FORBID_SINGULO
|
||||
sound_env = MEDIUM_SOFTFLOOR
|
||||
|
||||
/area/crew_quarters/heads/sc/hop
|
||||
name = "\improper Command - HoP's Office"
|
||||
icon_state = "head_quarters"
|
||||
holomap_color = HOLOMAP_AREACOLOR_COMMAND
|
||||
flags = AREA_FLAG_IS_NOT_PERSISTENT
|
||||
flags = RAD_SHIELDED | AREA_FORBID_EVENTS | AREA_FORBID_SINGULO | AREA_FLAG_IS_NOT_PERSISTENT
|
||||
|
||||
/area/crew_quarters/heads/sc/hor
|
||||
name = "\improper Research - RD's Office"
|
||||
icon_state = "head_quarters"
|
||||
holomap_color = HOLOMAP_AREACOLOR_SCIENCE
|
||||
flags = AREA_FLAG_IS_NOT_PERSISTENT
|
||||
flags = RAD_SHIELDED | AREA_FORBID_EVENTS | AREA_FORBID_SINGULO | AREA_FLAG_IS_NOT_PERSISTENT
|
||||
|
||||
/area/crew_quarters/heads/sc/chief
|
||||
name = "\improper Engineering - CE's Office"
|
||||
@@ -787,7 +787,7 @@
|
||||
name = "\improper Medbay - CMO's Office"
|
||||
icon_state = "head_quarters"
|
||||
holomap_color = HOLOMAP_AREACOLOR_MEDICAL
|
||||
flags = AREA_FLAG_IS_NOT_PERSISTENT
|
||||
flags = RAD_SHIELDED | AREA_FORBID_EVENTS | AREA_FORBID_SINGULO | AREA_FLAG_IS_NOT_PERSISTENT
|
||||
|
||||
/area/engineering/engineer_eva
|
||||
name = "\improper Engineering EVA"
|
||||
|
||||
Reference in New Issue
Block a user