Skip to content

Commit

Permalink
[MIRROR] Make cryopods immune to power loss
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SuhEugene committed Nov 3, 2023
1 parent 0a96592 commit c80d4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
icon_state = "cellconsole"
density = FALSE
interact_offline = 1
stat_immune = MACHINE_STAT_NOSCREEN | MACHINE_STAT_NOINPUT | MACHINE_STAT_NOPOWER
var/mode = null

//Used for logging people entering cryosleep and important items they are carrying.
Expand Down

0 comments on commit c80d4d8

Please sign in to comment.