mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
@@ -157,11 +157,11 @@
|
||||
|
||||
//Defines Tension Ambience
|
||||
#define AMBIENCE_TENSION list(\
|
||||
'sound/ambience/tension/tension.ogg',\
|
||||
'sound/ambience/tension/argitoth.ogg',\
|
||||
'sound/ambience/tension/horror.ogg',\
|
||||
'sound/ambience/tension/burning_terror.ogg'\
|
||||
)
|
||||
'sound/ambience/tension/tension.ogg',\
|
||||
'sound/ambience/tension/argitoth.ogg',\
|
||||
'sound/ambience/tension/horror.ogg',\
|
||||
'sound/ambience/tension/burning_terror.ogg'\
|
||||
)
|
||||
//CHOMP Edit Sounds for Substation rooms. Just electrical sounds, really.
|
||||
#define AMBIENCE_SUBSTATION list(\
|
||||
'sound/ambience/substation/substation1.ogg',\
|
||||
|
||||
@@ -105,14 +105,14 @@
|
||||
)
|
||||
|
||||
has_organ = list(
|
||||
BP_BRAIN = /obj/item/organ/internal/brain/unathi,
|
||||
BP_EYES = /obj/item/organ/internal/eyes/unathi,
|
||||
BP_HEART = /obj/item/organ/internal/heart/unathi,
|
||||
BP_LIVER = /obj/item/organ/internal/liver/unathi,
|
||||
BP_LUNGS = /obj/item/organ/internal/lungs/unathi,
|
||||
BP_KIDNEYS = /obj/item/organ/internal/kidneys/unathi,
|
||||
BP_STOMACH = /obj/item/organ/internal/stomach/unathi
|
||||
)
|
||||
BP_BRAIN = /obj/item/organ/internal/brain/unathi,
|
||||
BP_EYES = /obj/item/organ/internal/eyes/unathi,
|
||||
BP_HEART = /obj/item/organ/internal/heart/unathi,
|
||||
BP_LIVER = /obj/item/organ/internal/liver/unathi,
|
||||
BP_LUNGS = /obj/item/organ/internal/lungs/unathi,
|
||||
BP_KIDNEYS = /obj/item/organ/internal/kidneys/unathi,
|
||||
BP_STOMACH = /obj/item/organ/internal/stomach/unathi
|
||||
)
|
||||
|
||||
alterable_internal_organs = list(BP_HEART, BP_EYES, BP_LUNGS, BP_LIVER, BP_KIDNEYS, BP_STOMACH)
|
||||
|
||||
|
||||
41
html/changelogs/fluffyghost-lasteditorconfigfixup.yml
Normal file
41
html/changelogs/fluffyghost-lasteditorconfigfixup.yml
Normal file
@@ -0,0 +1,41 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: FluffyGhost
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- backend: "Fixed all the editorconfig mismatches one last time."
|
||||
@@ -1,20 +1,20 @@
|
||||
/datum/map_template/ruin/exoplanet/coalition_base
|
||||
name = "Abandoned Coalition Relay"
|
||||
id = "coalition_base"
|
||||
description = "An abandoned Coalition base."
|
||||
name = "Abandoned Coalition Relay"
|
||||
id = "coalition_base"
|
||||
description = "An abandoned Coalition base."
|
||||
|
||||
sectors = list(ALL_COALITION_SECTORS)
|
||||
suffixes = list("asteroid/coalition_base/coalition_base.dmm")
|
||||
sectors = list(ALL_COALITION_SECTORS)
|
||||
suffixes = list("asteroid/coalition_base/coalition_base.dmm")
|
||||
|
||||
planet_types = PLANET_ASTEROID|PLANET_BARREN
|
||||
ruin_tags = RUIN_AIRLESS|RUIN_LOWPOP
|
||||
planet_types = PLANET_ASTEROID|PLANET_BARREN
|
||||
ruin_tags = RUIN_AIRLESS|RUIN_LOWPOP
|
||||
|
||||
/area/coalition_base
|
||||
name = "coalition base"
|
||||
icon_state = "unknown"
|
||||
requires_power = TRUE
|
||||
dynamic_lighting = TRUE
|
||||
no_light_control = TRUE
|
||||
name = "coalition base"
|
||||
icon_state = "unknown"
|
||||
requires_power = TRUE
|
||||
dynamic_lighting = TRUE
|
||||
no_light_control = TRUE
|
||||
|
||||
/area/coalition_base/eva_prep
|
||||
name = "EVA Preparation Room"
|
||||
|
||||
Reference in New Issue
Block a user