Skip to content

Commit

Permalink
fix hop (#1995)
Browse files Browse the repository at this point in the history
QM is not a head. HOP's boss is the CAP, and should have SUPPLY access on their headset.
  • Loading branch information
DexeeXI authored May 25, 2024
1 parent 1f37585 commit d32bee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/radio/encryptionkey.dm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
/obj/item/encryptionkey/heads/hop
name = "\proper the head of personnel's encryption key"
icon_state = "cypherkey_cube"
channels = list(RADIO_CHANNEL_SERVICE = 1, RADIO_CHANNEL_COMMAND = 1)
channels = list(RADIO_CHANNEL_SERVICE = 1, RADIO_CHANNEL_COMMAND = 1, RADIO_CHANNEL_SUPPLY = 1) //monkestation edit: QM is not a fucking head, HOP requires access on the supply circuit.
greyscale_config = /datum/greyscale_config/encryptionkey_cube
greyscale_colors = "#2b2793#c2c1c9"

Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/head_of_personnel.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
faction = FACTION_STATION
total_positions = 1
spawn_positions = 1
supervisors = SUPERVISOR_HOP
supervisors = SUPERVISOR_CAPTAIN //dunno when this got fucked but this will now be fixed to be proper.
req_admin_notify = 1
minimal_player_age = 10
exp_requirements = 1500
Expand Down

0 comments on commit d32bee8

Please sign in to comment.