Skip to content

Dispatch can now unlock the door leading into the Police Station - #187

Open
Wrench-1 wants to merge 1 commit into
Monkestation:masterfrom
Wrench-1:dispatch-door-locks
Open

Dispatch can now unlock the door leading into the Police Station#187
Wrench-1 wants to merge 1 commit into
Monkestation:masterfrom
Wrench-1:dispatch-door-locks

Conversation

@Wrench-1

@Wrench-1 Wrench-1 commented Aug 24, 2026

Copy link
Copy Markdown

About The Pull Request

The doors leading into the police station from the Dispatch Office have had their locks changed, and now can be unlocked using Dispatch Keys.

In addition, Police Keys, Police Sergeant Keys and Federal Agent Keys can now open doors locked with the Dispatch Lock, so they're also able to get into the Office easily.

Why It's Good For The Game

Dispatch spawned locked in their room. They can't get into the PD without assistance, meaning they can't even link their radios which is essential to their job. While a police officer will eventually unlock the door to let you in, the fact Dispatch cant even get into the PD leads to a lot of aggravation. This is some nice QOL for them to actually do their job properly.

Changelog

🆑
qol: Dispatch can now unlock the doors that leads into the Police Station
/:cl:

Comment on lines 364 to 391
@@ -383,6 +385,7 @@ GLOBAL_LIST_INIT(city_door_lock_ids, list())
/obj/item/vamp/keys/police/secure
name = "sergeant police keys"
accesslocks = list(
LOCKACCESS_DISPATCH,
LOCKACCESS_POLICE,
LOCKACCESS_POLICE_SECURE
)

@chazzyjazzy chazzyjazzy Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think what you meant to do is add lockaccess_police to /obj/item/vamp/keys/dispatch, you dont even need map edits at that point, then just // CRIMSON EDIT ADD - Dispatch Can Unlock Police Doors to the line you changed, then we're good, a one-line-change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants