Skip to content

Commit

Permalink
finally dont have to walk ten miles
Browse files Browse the repository at this point in the history
  • Loading branch information
efzapa committed Sep 14, 2024
1 parent d1b4646 commit 40f5b7c
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 40f5b7c

Please sign in to comment.