mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
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:
co-authored by
ShakyJake
Geeves
parent
40470b0aef
commit
3f02663425
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user