Skip to content

Commit

Permalink
Update code/game/machinery/cryo.dm
Browse files Browse the repository at this point in the history
Co-authored-by: TheGamerdk <[email protected]>
  • Loading branch information
harryob and TheGamerdk authored Jun 16, 2024
1 parent fb84429 commit 6d09c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/cryo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
/obj/structure/machinery/cryo_cell/Destroy()
if(occupant)
go_out()
..()
. = ..()

/obj/structure/machinery/cryo_cell/proc/process_occupant()
if(!occupant)
Expand Down

0 comments on commit 6d09c3f

Please sign in to comment.