Skip to content

Commit

Permalink
Merge pull request #3633 from Greenjoe12345/catwalkstairs
Browse files Browse the repository at this point in the history
catwalk stairs
  • Loading branch information
MistakeNot4892 authored Jan 29, 2024
2 parents 04e8cea + 34de263 commit de81c4c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions code/modules/multiz/stairs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
/obj/structure/stairs/CanPass(obj/mover, turf/source, height, airflow)
return airflow || !density

/obj/structure/stairs/catwalk
name = "catwalk stairs"
icon_state = "catwalk"

// type paths to make mapping easier.

/obj/structure/stairs/long
Expand All @@ -65,3 +69,24 @@
dir = WEST
bound_width = 64
bound_height = 32

/obj/structure/stairs/long/catwalk
name = "catwalk stairs"
icon_state = "catwalk"

/obj/structure/stairs/long/catwalk/north
dir = NORTH
bound_y = -32
pixel_y = -32

/obj/structure/stairs/long/catwalk/east
dir = EAST
bound_width = 64
bound_height = 32
bound_x = -32
pixel_x = -32

/obj/structure/stairs/long/catwalk/west
dir = WEST
bound_width = 64
bound_height = 32
Binary file modified icons/obj/stairs.dmi
Binary file not shown.
Binary file modified icons/obj/stairs_64.dmi
Binary file not shown.

0 comments on commit de81c4c

Please sign in to comment.