mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-02-06 06:30:10 +00:00
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
/obj/structure/dummystairs
|
|
name = "stairs"
|
|
desc = "A short set of stairs"
|
|
icon = 'icons/obj/dummystairs.dmi'
|
|
icon_state = "stair"
|
|
anchored = TRUE
|
|
density = FALSE
|
|
layer = 2.5
|
|
|
|
/obj/structure/dummystairs/bronzeledge
|
|
icon_state = "stair_bronze"
|
|
|
|
/obj/structure/dummystairs/greyledge
|
|
icon_state = "stair_grey"
|
|
|
|
/obj/structure/dummystairs/hazardledge
|
|
icon_state = "stair_hazard"
|