Skip to content

Commit

Permalink
Unstations Robotic Hud Alerts (#3664)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

This PR kills a few stragglers in alert descriptions from the Great
Unstation that reference areas of "the station" when speaking about low
batteries or lockdowns in cyborgs or mechs. Also replaces an Ethereal
reference with our other beloved lightbulbs.

## Why It's Good For The Game

Robotics? Dormitories? AI satellite? What are you talking about,
recruit? It's 505 FSC on the frontier, and we're about to fly head-first
into an electrical storm.

## Changelog

:cl:
tweak: unstations some of the hud alerts.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

---------

Signed-off-by: Geoengi <[email protected]>
  • Loading branch information
Geoengi authored Nov 1, 2024
1 parent 88daf2a commit 779f1e5
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions code/_onclick/hud/alert.dm
Original file line number Diff line number Diff line change
Expand Up @@ -449,25 +449,24 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."

/atom/movable/screen/alert/nocell
name = "Missing Power Cell"
desc = "Unit has no power cell. No modules available until a power cell is reinstalled. Robotics may provide assistance."
desc = "Unit has no power cell. No modules are available until a power cell is reinstalled."
icon_state = "nocell"

/atom/movable/screen/alert/emptycell
name = "Out of Power"
desc = "Unit's power cell has no charge remaining. No modules available until power cell is recharged. \
Recharging stations are available in robotics, the dormitory bathrooms, and the AI satellite."
desc = "Unit's power cell has no charge remaining. No modules are available until power cell is recharged."
icon_state = "emptycell"

/atom/movable/screen/alert/lowcell
name = "Low Charge"
desc = "Unit's power cell is running low. Recharging stations are available in robotics, the dormitory bathrooms, and the AI satellite."
desc = "Unit's power cell is running low. All modules may be disabled soon unless recharged."
icon_state = "lowcell"

//Ethereal

/atom/movable/screen/alert/etherealcharge
name = "Low Blood Charge"
desc = "Your blood's electric charge is running low, find a source of charge for your blood. Use a recharging station found in robotics or the dormitory bathrooms, or eat some Ethereal-friendly food."
desc = "Your blood's electric charge is running low, find a source of charge for your blood. Use a recharging station, or eat some Elzuose-friendly food."
icon_state = "etherealcharge"

/atom/movable/screen/alert/ethereal_overcharge
Expand All @@ -478,12 +477,12 @@ Recharging stations are available in robotics, the dormitory bathrooms, and the
//MODsuit unique
/atom/movable/screen/alert/nocore
name = "Missing Core"
desc = "Unit has no core. No modules available until a core is reinstalled. Robotics may provide assistance."
desc = "Unit has no core. No modules are available until a core is reinstalled."
icon_state = "no_cell"

/atom/movable/screen/alert/emptycell/plasma
name = "Out of Power"
desc = "Unit's plasma core has no charge remaining. No modules available until plasma core is recharged. \
desc = "Unit's plasma core has no charge remaining. No modules are available until plasma core is recharged. \
Unit can be refilled through plasma fuel."

/atom/movable/screen/alert/emptycell/plasma/update_desc()
Expand All @@ -506,8 +505,8 @@ Recharging stations are available in robotics, the dormitory bathrooms, and the

/atom/movable/screen/alert/locked
name = "Locked Down"
desc = "Unit has been remotely locked down. Usage of a Robotics Control Console like the one in the Research Director's \
office by your AI master or any qualified human may resolve this matter. Robotics may provide further assistance if necessary."
desc = "Unit has been remotely locked down. Usage of a Robotics Control Console by an AI or any qualified \
humanoid may resolve this matter."
icon_state = "locked"

/atom/movable/screen/alert/newlaw
Expand Down

0 comments on commit 779f1e5

Please sign in to comment.