Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d723a67

Browse files
cccc
1 parent 5dd3cd0 commit d723a67

File tree

1 file changed

+1
-2
lines changed
  • code/modules/atmospherics/machinery/components/unary_devices

1 file changed

+1
-2
lines changed

code/modules/atmospherics/machinery/components/unary_devices/cryo.dm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,8 @@
321321
gas_reagent.reaction_mob(mob_occupant, VAPOR|BREATH, 2, permeability = 1)
322322
air1.adjust_moles(gas_id, -0.1 / efficiency)
323323
qdel(gas_reagent)
324-
if(C && stat == DEAD && C.reagents.has_reagent(/datum/reagent/gas/healium)) // attempts to cycle healium in the body to a reviable state
324+
if(C && C.stat == DEAD && C.reagents.has_reagent(/datum/reagent/gas/healium)) // attempts to cycle healium in the body to a reviable state
325325
if(!C.can_defib(FALSE))
326-
to_chat(src, "HELLO")
327326
C.reagents.del_reagent(/datum/reagent/gas/healium)
328327

329328
return TRUE

0 commit comments

Comments
 (0)