wall unfucking

This commit is contained in:
Alberyk
2021-08-22 12:47:20 -03:00
parent d96bf396c0
commit 6810632cd8
4 changed files with 15 additions and 18 deletions
+4 -4
View File
@@ -492,9 +492,9 @@
health = 160
maxhealth = 160
smooth = 0
/obj/structure/window/shuttle/placeholder
name = "placeholder window"
/obj/structure/window/shuttle/scc_space_ship
name = "window"
desc = "It looks extremely strong. Might take many good hits to crack it."
icon = 'icons/obj/smooth/placeholder_window.dmi'
icon_state = "placeholder_window"
@@ -503,7 +503,7 @@
smooth = SMOOTH_MORE|SMOOTH_DIAGONAL
canSmoothWith = list(
/obj/structure/window/shuttle/placeholder,
/turf/simulated/wall/shuttle/placeholder
/turf/simulated/wall/shuttle/scc_space_ship
)
/obj/structure/window/shuttle/placeholder/cardinal
+7 -14
View File
@@ -117,27 +117,20 @@
underlay_appearance.appearance = T
underlays = U
/turf/simulated/wall/shuttle/placeholder
icon = 'icons/turf/smooth/placeholder.dmi'
/turf/simulated/wall/shuttle/scc_space_ship
name = "spaceship hull"
icon = 'icons/turf/smooth/scc_ship.dmi'
canSmoothWith = null
/turf/simulated/wall/placeholder_standard
name = "placeholder wall"
/turf/simulated/wall/shuttle/scc_space_ship/cardinal
smooth = SMOOTH_MORE
canSmoothWith = list(
/turf/simulated/wall/placeholder_standard,
/turf/simulated/wall/shuttle/placeholder
/turf/simulated/wall/shuttle/scc_space_ship
)
/turf/simulated/wall/shuttle/placeholder/cardinal
smooth = SMOOTH_MORE
canSmoothWith = list(
/turf/simulated/wall/shuttle/placeholder
)
/obj/structure/shuttle_part/placeholder
/obj/structure/shuttle_part/scc_space_ship
name = "spaceship alloy wall"
icon = 'icons/turf/smooth/placeholder.dmi'
icon = 'icons/turf/smooth/scc_ship.dmi'
icon_state = "map-shuttle"
outside_part = FALSE
+4
View File
@@ -33,6 +33,10 @@
smooth = SMOOTH_TRUE | SMOOTH_NO_CLEAR_ICON
canSmoothWith = list(
/turf/simulated/wall/shuttle/scc_space_ship
)
// Walls always hide the stuff below them.
/turf/simulated/wall/levelupdate(mapload)
if (mapload)

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB