Skip to content

Commit

Permalink
Adds the MP icon back
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 committed Oct 27, 2023
1 parent b95280a commit 9fff372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/effects/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark)

/obj/effect/landmark/start/security_officer
name = "Military Police" //Nsv13 - Crayon eaters & MPs
icon_state = "Security Officer"
icon_state = "Military Police" //Nsv13 - Crayon eaters & MPs

/obj/effect/landmark/start/botanist
name = "Botanist"
Expand Down Expand Up @@ -249,7 +249,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark)

/obj/effect/landmark/start/depsec
name = "department_sec"
icon_state = "Security Officer"
icon_state = "Military Police" //Nsv13 - Crayon eaters & MPs

/obj/effect/landmark/start/depsec/Initialize(mapload)
. = ..()
Expand Down
Binary file modified icons/mob/landmarks.dmi
Binary file not shown.

0 comments on commit 9fff372

Please sign in to comment.