Skip to content

Commit

Permalink
Fixes infinite lifeboat alarm after queen locking (#6260)
Browse files Browse the repository at this point in the history
# About the pull request
Fixes infinite lifeboat alarm after queen locking

# Explain why it's good for the game
Fixes infinite lifeboat alarm after queen locking


# 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: ihatethisengine
fix: Fixes infinite lifeboat alarm after queen locking
/:cl:
  • Loading branch information
ihatethisengine committed May 13, 2024
1 parent 13af26a commit 3aa103f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/shuttle/computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@
lifeboat.status = LIFEBOAT_LOCKED
lifeboat.available = FALSE
lifeboat.set_mode(SHUTTLE_IDLE)
lifeboat.alarm_sound_loop?.stop()
lifeboat.playing_launch_announcement_alarm = FALSE
var/obj/docking_port/stationary/lifeboat_dock/lifeboat_dock = lifeboat.get_docked()
lifeboat_dock.open_dock()
xeno_message(SPAN_XENOANNOUNCE("We have wrested away control of one of the metal birds! They shall not escape!"), 3, xeno.hivenumber)
Expand Down

0 comments on commit 3aa103f

Please sign in to comment.