Skip to content

Commit

Permalink
Mudskipper Tweaks (#2355)
Browse files Browse the repository at this point in the history
## About The Pull Request
some little fixes.

## Why It's Good For The Game
yeah it's some little tweaks and fixes.

## Changelog

:cl:
tweak: Added more light switches to the Mudskipper.
fix: The Mudskipper bridge now has proper access applied.
/:cl:

Co-authored-by: spockye <[email protected]>
Co-authored-by: meem <[email protected]>
  • Loading branch information
3 people authored Jan 29, 2024
1 parent dada3c6 commit 2b328c0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion _maps/shuttles/independent/independent_mudskipper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
dir = 8
},
/obj/effect/turf_decal/corner/transparent/neutral,
/obj/machinery/light_switch{
pixel_y = 23;
pixel_x = -3
},
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"dQ" = (
Expand Down Expand Up @@ -970,7 +974,7 @@
"uW" = (
/obj/machinery/door/airlock/grunge{
name = "Bridge";
req_one_access_txt = "7"
req_one_access_txt = "20"
},
/obj/effect/turf_decal/industrial/warning,
/obj/effect/turf_decal/industrial/warning{
Expand Down Expand Up @@ -1058,6 +1062,11 @@
/obj/structure/dresser,
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/light_switch{
dir = 8;
pixel_x = 22;
pixel_y = -6
},
/turf/open/floor/wood/walnut{
icon_state = "wood-broken7"
},
Expand Down

0 comments on commit 2b328c0

Please sign in to comment.