Adds a New Ruin - Abandoned Clockwork Monastery (#27636)

* Construction

* tick

* tock

* ting

* Update clockwork_cult_site.dmm

* Update clockwork_cult_site.dmm

* clockwork construct

* Update paradise.dme

* Update clockwork_constructs

* continuation

* Update clockwork_cult_site.dmm

* finalization phase

* Update clockwork_constructs.dm

* update

* Update config.toml

* Send the dmm to prison for being illegal

* Update space_ruins.dm

* Update space_ruins.dm

* Update space_ruins.dm

* Update code/modules/mob/living/simple_animal/clockwork_constructs.dm

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* Update code/modules/mob/living/simple_animal/clockwork_constructs.dm

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>

* update based on code review

* Update config.toml

* Coggers

* New shiny lava

* Update clockwork_monastery.dmm

* Update lights.dm

* Update clockwork_monastery.dmm

* Update clockwork_monastery.dmm

* Update clockwork_monastery.dmm

---------

Signed-off-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
This commit is contained in:
CRUNCH
2025-01-06 17:45:08 +00:00
committed by GitHub
co-authored by warriorstar-orion
parent 1277a01baa
commit a387c18e16
28 changed files with 3916 additions and 7 deletions
+8 -5
View File
@@ -270,13 +270,19 @@
atmos_mode = ATMOS_MODE_SEALED
atmos_environment = null
// special turf for the asteroid core on EmeraldStation
/turf/simulated/floor/lava/plasma/fuming
/turf/simulated/floor/lava/plasma
name = "liquid plasma"
desc = "A swirling pit of liquid plasma. It bubbles ominously."
icon = 'icons/turf/floors/liquidplasma.dmi'
icon_state = "liquidplasma-255"
base_icon_state = "liquidplasma"
baseturf = /turf/simulated/floor/lava/plasma
light_range = 3
light_power = 0.75
light_color = LIGHT_COLOR_PINK
// special turf for the asteroid core on EmeraldStation
/turf/simulated/floor/lava/plasma/fuming
baseturf = /turf/simulated/floor/lava/plasma/fuming
atmos_mode = ATMOS_MODE_NO_DECAY
@@ -286,9 +292,6 @@
nitrogen = 0
carbon_dioxide = 1.2
toxins = 10
light_range = 3
light_power = 0.75
light_color = LIGHT_COLOR_PINK
/turf/simulated/floor/lava/mapping_lava/Initialize(mapload)
. = ..()