mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
wall unfucking
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user