mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Minor tramstation and train-rail-fluff fixes (#57639)
Fixes an incorrectly-shifted sprite for floor tram rails and adds some missing tram-rail fluff objects Also does some minor renaming (railing -> rail) cl fix: Nanotrasen railroad engineers have done some minor repairs to their in-station tram rails. /cl
This commit is contained in:
@@ -275,22 +275,20 @@
|
||||
opacity = TRUE
|
||||
|
||||
/obj/structure/fluff/tram_rail
|
||||
name = "tram railing"
|
||||
name = "tram rail"
|
||||
desc = "Great for trams, not so great for skating."
|
||||
icon = 'icons/obj/tram_railing.dmi'
|
||||
icon = 'icons/obj/tram_rails.dmi'
|
||||
icon_state = "rail"
|
||||
layer = MID_TURF_LAYER
|
||||
layer = ABOVE_OPEN_TURF_LAYER
|
||||
plane = FLOOR_PLANE
|
||||
deconstructible = TRUE
|
||||
|
||||
/obj/structure/fluff/tram_rail/floor
|
||||
icon_state = "rail_floor"
|
||||
|
||||
|
||||
/obj/structure/fluff/tram_rail/end
|
||||
icon_state = "railend"
|
||||
|
||||
/obj/structure/fluff/tram_rail/anchor
|
||||
name = "tram railing anchor"
|
||||
name = "tram rail anchor"
|
||||
icon_state = "anchor"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user