Some Ruin Stuff [MDB IGNORE] (#18111)

* setup

* sketch

* getting there

* one down

* progress

* woohoo

* custom spawners

* agony

* baseturfs waah

* Ruin Banishment

* also fix stargazer while im here

* changelog

* woops teehee

---------

Co-authored-by: ShakyJake <jakeisnowshaken@gmail.com>
Co-authored-by: Geeves <ggrobler447@gmail.com>
This commit is contained in:
shaky-jake
2024-01-04 16:53:31 +00:00
committed by GitHub
co-authored by ShakyJake Geeves
parent 40470b0aef
commit 3f02663425
15 changed files with 12143 additions and 23 deletions
@@ -12,6 +12,15 @@
. = ..()
update_icon()
/turf/simulated/floor/exoplanet/barren/cave
name = "dense ground"
/turf/simulated/floor/exoplanet/barren/cave/Initialize() // to make these tiles dark even on daytime exoplanets
. = ..()
set_light(0, 1, null)
footprint_color = null
update_icon(1)
/turf/simulated/floor/exoplanet/barren/raskara
color = "#373737"
@@ -52,6 +52,15 @@
does_footprint = FALSE
has_edge_icon = FALSE
/turf/simulated/floor/exoplanet/dirt_konyang/cave
name = "dense compacted dirt"
/turf/simulated/floor/exoplanet/dirt_konyang/cave/Initialize() // to make these tiles dark even on daytime exoplanets
. = ..()
set_light(0, 1, null)
footprint_color = null
update_icon(1)
/turf/simulated/floor/exoplanet/dirt_konyang/sand//same as above
name = "fine coastal sand"
icon = 'icons/turf/flooring/exoplanet/konyang/konyang_beach.dmi'