Skip to content

Commit

Permalink
Removes Floor tiles under catwalks on the Mudskipper (#4019)
Browse files Browse the repository at this point in the history
## About The Pull Request



## Why It's Good For The Game

Accidentally did this and Forgot to fix it

## Changelog

:cl:
fix: Fixes plating under some catwalks that aren't supposed to be there
on the Mudskipper
/:cl:

---------

Co-authored-by: github-actions <action@github.com>
  • Loading branch information
generalthrax and actions-user authored Jan 19, 2025
1 parent d082109 commit 4f8f8dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _maps/shuttles/independent/independent_mudskipper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
dir = 10
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plasteel/dark,
/turf/open/floor/plating,
/area/ship/engineering/engine)
"eu" = (
/obj/structure/railing{
Expand Down Expand Up @@ -710,7 +710,7 @@
icon_state = "2-5"
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plasteel/dark,
/turf/open/floor/plating,
/area/ship/engineering/engine)
"qN" = (
/obj/machinery/cryopod{
Expand Down Expand Up @@ -1460,7 +1460,7 @@
icon_state = "2-4"
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plasteel/dark,
/turf/open/floor/plating,
/area/ship/engineering/engine)
"Id" = (
/obj/effect/decal/cleanable/dirt/dust,
Expand Down

0 comments on commit 4f8f8dc

Please sign in to comment.