mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
OX delivery point ruin updated and fixed (#18135)
* ox * 65 * tests rerun please * tests rerun please * barren asteroid no atmos --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
ca63a28fa7
commit
a65fe73a47
@@ -24,6 +24,9 @@
|
||||
skybox_image.appearance_flags = DEFAULT_APPEARANCE_FLAGS | RESET_COLOR
|
||||
skybox_image.blend_mode = BLEND_OVERLAY
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/generate_atmosphere()
|
||||
atmosphere = null
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/barren/asteroid/romanovich
|
||||
name = "romanovich cloud asteroid"
|
||||
desc = "A phoron rich asteroid."
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
name = "concrete"
|
||||
desc = "Stone-like artificial material."
|
||||
icon = 'icons/turf/flooring/concrete.dmi'
|
||||
icon_state = "concrete"
|
||||
icon_state = "concrete0"
|
||||
|
||||
//Special world edge turf,
|
||||
/turf/unsimulated/planet_edge
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
name = "concrete"
|
||||
desc = "Stone-like artificial material."
|
||||
icon = 'icons/turf/flooring/concrete.dmi'
|
||||
icon_state = "concrete"
|
||||
icon_state = "concrete0"
|
||||
does_footprint = FALSE
|
||||
|
||||
Reference in New Issue
Block a user