Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Mar 31, 2024
1 parent 19811f2 commit 3cdd8a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/machinery/cryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
if(occupant.stat == DEAD && (!istype(human_occupant) || human_occupant.undefibbable))
go_out(TRUE, TRUE) //Whether auto-eject is on or not, we don't permit literal deadbeats to hang around.
playsound(src.loc, 'sound/machines/ping.ogg', 25, 1)
visible_message("[icon2html(src, viewers(src))] [SPAN_WARNING("\The [src] pings: Patient is dead!")]")
visible_message("[icon2html(src, viewers(src))] [SPAN_WARNING("[src] pings: Patient is dead!")]")
else
process_occupant()

Expand Down Expand Up @@ -195,6 +195,7 @@
if(occupant.bodytemperature < T0C)
occupant.Sleeping(10)
occupant.apply_effect(10, PARALYZE)

if(occupant.getOxyLoss())
occupant.apply_damage(-1, OXY)

Expand Down

0 comments on commit 3cdd8a3

Please sign in to comment.