removes railing and cloud density

This commit is contained in:
Archie
2021-05-01 22:40:22 -03:00
parent 1d6f0e3dce
commit 8b22f765a5
2 changed files with 3 additions and 2 deletions
+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)