mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 16:41:58 +00:00
This commit adds an MT/TS to the research department, changes the names and descriptions of the tram parts to have a little more care, and slightly fixes the rail icon.
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
/obj/tram/rail
|
|
name = "tram rail"
|
|
desc = "A guiding rail for trams"
|
|
icon = 'icons/obj/tram/tram_rail.dmi'
|
|
icon_state = "rail"
|
|
var/godir = null
|
|
layer = TURF_LAYER + 0.1 |