Skip to content

Commit

Permalink
MPs now latejoin in the Brig (#7162)
Browse files Browse the repository at this point in the history
# About the pull request

MPs now latejoin in the Brig as opposed to cryo.

# Explain why it's good for the game

Alot of other shipside roles have dedicated latejoin spots, (and most
others like Marines having ones close to prep) and having one as MP in
cryo, more than anything is a hassle as you have to run across the
*entire* ship just to gear up, esp on Red Alert.

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
qol: MPs now latejoin in the Brig
/:cl:
  • Loading branch information
efzapa committed Sep 23, 2024
1 parent 79c2d9b commit 85240c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/game/objects/effects/landmarks/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,18 @@
name = "Intelligence Officer late join"
job = JOB_INTEL

/obj/effect/landmark/late_join/police
name = "Military Police late join"
job = JOB_POLICE

/obj/effect/landmark/late_join/warden
name = "Military Warden late join"
job = JOB_WARDEN

/obj/effect/landmark/late_join/chief_police
name = "Chief Military Police late join"
job = JOB_CHIEF_POLICE

/obj/effect/landmark/late_join/Initialize(mapload, ...)
. = ..()
if(squad)
Expand Down
4 changes: 4 additions & 0 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -23597,6 +23597,7 @@
icon_state = "E";
pixel_x = 1
},
/obj/effect/landmark/late_join/warden,
/turf/open/floor/plating/plating_catwalk,
/area/almayer/shipboard/brig/cryo)
"fSl" = (
Expand Down Expand Up @@ -53061,6 +53062,7 @@
icon_state = "W";
layer = 2.5
},
/obj/effect/landmark/late_join/police,
/turf/open/floor/plating/plating_catwalk,
/area/almayer/shipboard/brig/cryo)
"sbZ" = (
Expand Down Expand Up @@ -57390,6 +57392,7 @@
icon_state = "E";
pixel_x = 1
},
/obj/effect/landmark/late_join/chief_police,
/turf/open/floor/plating/plating_catwalk,
/area/almayer/shipboard/brig/cryo)
"tQL" = (
Expand Down Expand Up @@ -63259,6 +63262,7 @@
icon_state = "E";
pixel_x = 1
},
/obj/effect/landmark/late_join/police,
/turf/open/floor/plating/plating_catwalk,
/area/almayer/shipboard/brig/cryo)
"wei" = (
Expand Down

0 comments on commit 85240c1

Please sign in to comment.