Skip to content

Commit

Permalink
ARES reception bell unique description and longer cooldown (#6271)
Browse files Browse the repository at this point in the history
# About the pull request

- Gives the ARES reception bell a unique description to let people know
that it notifies WJs.
- Increases the cooldown of the ARES reception bell from 5 to 60
seconds.

**!! fyi I have no idea what changelog tags would be appropriate so I
just went with QOL. Feel free to change if needed. !!**

# Explain why it's good for the game

Increased cooldown is to prevent spam. Happened on a previous round and
was quite annoying. I don't see a need to be able to send an
announcement every 5 seconds.


# 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

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
label your changes in the changelog. Please note that maintainers freely
reserve the right to remove and add tags should they deem it
appropriate. You can attempt to finagle the system all you want, but
it's best to shoot for clear communication right off the bat. -->
<!-- If you add a name after the ':cl', that name will be used in the
changelog. You must add your CKEY after the CL if your GitHub name
doesn't match. Maintainers freely reserve the right to remove and add
tags should they deem it appropriate. -->

:cl: XQ
qol: Updated the ARES reception bell's description to inform players it
notifies Working Joes when rung.
qol: Increased the ARES reception bell's cooldown from 5 to 60 seconds.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! -->
  • Loading branch information
Waseemq1235 authored May 11, 2024
1 parent 45b4f2e commit f2ddeb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/paperwork/desk_bell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@

/obj/item/desk_bell/ares
name = "AI core reception bell"
desc = "The cornerstone of any customer service job. This one is linked to ARES and will notify any active Working Joes upon being rung."
ring_cooldown_length = 60 SECONDS // Prevents spam

/obj/item/desk_bell/ares/ring_bell(mob/living/user)
if(broken_ringer)
Expand Down

0 comments on commit f2ddeb5

Please sign in to comment.