Merge pull request #1114 from ArchieBeepBoop/densemotherfucker

Fixes Layenia Solars by removing density from Railings and Clouds
This commit is contained in:
QuoteFox
2021-05-02 02:55:36 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -127,6 +127,7 @@
baseturfs = /turf/open/chasm/cloud
smooth = SMOOTH_FALSE
initial_gas_mix = FROZEN_ATMOS
density = FALSE
/turf/open/chasm/cloud/Initialize()
. = ..()
+2 -2
View File
@@ -8,7 +8,7 @@
var/icon_modifier = "grey_"
icon_state = "grey_railing0"
density = TRUE
density = FALSE
layer = 4
anchored = TRUE
flags_1 = ON_BORDER_1
@@ -105,4 +105,4 @@
if (EAST)
overlays += image ('hyperstation/icons/obj/railings.dmi', src, "[icon_modifier]mcorneroverlay", pixel_y = -32)
if (WEST)
overlays += image ('hyperstation/icons/obj/railings.dmi', src, "[icon_modifier]mcorneroverlay", pixel_y = 32)
overlays += image ('hyperstation/icons/obj/railings.dmi', src, "[icon_modifier]mcorneroverlay", pixel_y = 32)