Skip to content

Commit

Permalink
Makes observers see the marine version of CAS warnings (#5561)
Browse files Browse the repository at this point in the history
# About the pull request

Makes the CAS warning messages for observers say 'Dropship' rather than
'Large bird'.

# Explain why it's good for the game

It seems a bit weird that observers get the "in-character" xeno version
of the messages, rather than the "correct" version.

# 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
(no idea what CL category to make this)

:cl:
spellcheck: Made observers see the marine version of CAS warnings,
rather than the xeno one.
/:cl:
  • Loading branch information
SabreML committed Jan 28, 2024
1 parent fcae67e commit d3f8ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
plane = GHOST_PLANE
layer = ABOVE_FLY_LAYER
stat = DEAD
mob_flags = KNOWS_TECHNOLOGY
var/adminlarva = FALSE
var/ghostvision = TRUE
var/can_reenter_corpse
Expand Down

0 comments on commit d3f8ed9

Please sign in to comment.