Allows people to toggle the cryocell auto-eject timer on and off (#29716)

* Adds toggle to cryocell auto-eject timer

* Removed unnecessary return

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>

* Adds examine message

* Adds alert when entering cryocell with auto-eject disabled. Clicking it lets you resist out after 1 minute, even if unconscious.

---------

Signed-off-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
PollardTheDragon
2025-07-30 01:01:27 +00:00
committed by GitHub
co-authored by Luc
parent f02374ef13
commit 67671bf190
6 changed files with 58 additions and 1 deletions
+3
View File
@@ -402,3 +402,6 @@
/datum/status_effect/action_status_effect/unbuckle
id = "unbuckle"
/datum/status_effect/action_status_effect/exit_cryocell
id = "exit_cryocell"