Files
Paradise/code/modules/tram/tram_rail.dm
Tigercat2000 c96631c6bd MT/TS: Added to map, fluffy cleanup, icon fix
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.
2015-05-18 18:07:14 -07:00

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