diff --git a/code/game/turfs/simulated/chasm.dm b/code/game/turfs/simulated/chasm.dm index 873f8639..ea64e37d 100644 --- a/code/game/turfs/simulated/chasm.dm +++ b/code/game/turfs/simulated/chasm.dm @@ -127,6 +127,7 @@ baseturfs = /turf/open/chasm/cloud smooth = SMOOTH_FALSE initial_gas_mix = FROZEN_ATMOS + density = FALSE /turf/open/chasm/cloud/Initialize() . = ..() diff --git a/hyperstation/code/game/objects/railings.dm b/hyperstation/code/game/objects/railings.dm index 76fa3ea4..b3d97d9a 100644 --- a/hyperstation/code/game/objects/railings.dm +++ b/hyperstation/code/game/objects/railings.dm @@ -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) \ No newline at end of file + overlays += image ('hyperstation/icons/obj/railings.dmi', src, "[icon_modifier]mcorneroverlay", pixel_y = 32)