mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Fixes layering of tram rails (#71382)
## About The Pull Request -Fixes the layering of the tram rail so that it doesn't end up below the reinforced glass. -Replaces the last remaining vault platform turfs with proper tram turfs. -Removes an un-needed layer define for turf transparency.  ## Why It's Good For The Game The tram rail becoming disconnected when it travels over glass, in reality that'd probably derail it. So let's fix it! ## Changelog 🆑 LT3 fix: Tram platform is now entirely built with tram tiles. fix: All the parts of the tram are now on a correct layer/plane. remove: Removed the openspace layer on the transparency plane. /🆑
This commit is contained in:
@@ -273,8 +273,8 @@
|
||||
desc = "Great for trams, not so great for skating."
|
||||
icon = 'icons/obj/tram_rails.dmi'
|
||||
icon_state = "rail"
|
||||
layer = ABOVE_OPEN_TURF_LAYER
|
||||
plane = FLOOR_PLANE
|
||||
layer = TRAM_RAIL_LAYER
|
||||
plane = GAME_PLANE
|
||||
deconstructible = TRUE
|
||||
|
||||
/obj/structure/fluff/tram_rail/floor
|
||||
|
||||
Reference in New Issue
Block a user