Merge pull request #3855 from VOREStation/upstream-merge-5341

[MIRROR] Wires are under catwalks, fueltanks are over floor decals
This commit is contained in:
Aronai Sieyes
2018-06-15 08:57:22 -04:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
/obj/structure/catwalk /obj/structure/catwalk
name = "catwalk" name = "catwalk"
desc = "Cats really don't like these things." desc = "Cats really don't like these things."
plane = TURF_PLANE plane = DECAL_PLANE
layer = ABOVE_UTILITY layer = ABOVE_UTILITY
icon = 'icons/turf/catwalks.dmi' icon = 'icons/turf/catwalks.dmi'
icon_state = "catwalk" icon_state = "catwalk"

View File

@@ -5,8 +5,7 @@
desc = "..." desc = "..."
icon = 'icons/obj/objects.dmi' icon = 'icons/obj/objects.dmi'
icon_state = "watertank" icon_state = "watertank"
plane = TURF_PLANE layer = TABLE_LAYER
layer = TABLE_LAYER // Above catwalks, hopefully below other things
density = 1 density = 1
anchored = 0 anchored = 0
pressure_resistance = 2*ONE_ATMOSPHERE pressure_resistance = 2*ONE_ATMOSPHERE