Skip to content

Commit

Permalink
CL Headsets can utilize two more keys. (#5234)
Browse files Browse the repository at this point in the history
# About the pull request

CLs have access to more keys now for CL purposes. This bump should allow
them to utilize the new keys without feeling awkwardly limited by the
key count.

# Explain why it's good for the game

You use utility by having limited key access, this should allow people
who use keys more frequently to take part in broader information spaces.


# 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:
add: Max CL Headset radio keys from 3 to 5.  (+2 increase)
/:cl:
  • Loading branch information
blackdragonTOW authored Dec 30, 2023
1 parent 4f797b0 commit 0f88602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/devices/radio/headset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@
name = "corporate liaison radio headset"
desc = "Used by the CL to convince people to sign NDAs. Channels are as follows: :v - marine command, :a - alpha squad, :b - bravo squad, :c - charlie squad, :d - delta squad, :n - engineering, :m - medbay, :u - requisitions, :j - JTAC, :t - intel, :y for WY."
icon_state = "wy_headset"
maximum_keys = 5
initial_keys = list(/obj/item/device/encryptionkey/mcom/cl)

/obj/item/device/radio/headset/almayer/reporter
Expand Down

0 comments on commit 0f88602

Please sign in to comment.