Files
CHOMPStation2/code/game/objects/structures/dummystairs.dm
CHOMPStation2StaffMirrorBot 94900aedc0 [MIRROR] various map related features (#11724)
Co-authored-by: Olive <49600480+zeskorion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
2025-09-22 08:08:26 -04:00

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"