mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Adds the Weeping Stars, some Coalition regions, new start sound effects (#16322)
* starting out * HEWWP * fixing the list * adding away sites * bumping the stargazer down * fix this fucking away site * fix 2 * fix 3 * oops * im at my limit --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -48,6 +48,25 @@
|
||||
to_chat(L, SPAN_WARNING("You climb out of \the [src]."))
|
||||
..()
|
||||
|
||||
/turf/simulated/lava/airless
|
||||
initial_gas = null
|
||||
|
||||
/turf/simulated/floor/exoplanet/basalt
|
||||
name = "basalt"
|
||||
icon = 'icons/turf/basalt.dmi'
|
||||
icon_state = "basalt"
|
||||
desc = "Dark volcanic rock."
|
||||
base_name = "basalt"
|
||||
base_desc = "Dark volcanic rock."
|
||||
base_icon = 'icons/turf/basalt.dmi'
|
||||
base_icon_state = "basalt"
|
||||
light_color = LIGHT_COLOR_LAVA
|
||||
smooth = SMOOTH_FALSE
|
||||
canSmoothWith = null
|
||||
openspace_override_type = /turf/simulated/open/chasm/airless
|
||||
|
||||
footstep_sound = /singleton/sound_category/asteroid_footstep
|
||||
|
||||
// Special asteroid variant that goes with lava better.
|
||||
/turf/unsimulated/floor/asteroid/basalt
|
||||
name = "basalt"
|
||||
@@ -89,6 +108,9 @@
|
||||
ChangeTurf(baseturf)
|
||||
new /obj/structure/lattice(src)
|
||||
|
||||
/turf/unsimulated/floor/asteroid/basalt/air
|
||||
initial_gas = list("oxygen" = MOLES_O2STANDARD, "nitrogen" = MOLES_N2STANDARD)
|
||||
|
||||
/turf/unsimulated/floor/asteroid/ash
|
||||
name = "ash"
|
||||
icon_state = "ash"
|
||||
@@ -111,4 +133,5 @@
|
||||
icon_state = "rockyash"
|
||||
base_icon_state = "rockyash"
|
||||
base_icon = 'icons/turf/smooth/rocky_ash.dmi'
|
||||
desc = "A fine grey ash. Seems to contain medium-sized rocks."
|
||||
desc = "A fine grey ash. Seems to contain medium-sized rocks."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user