Skip to content

Commit

Permalink
escape pod bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Dec 29, 2023
1 parent 4f378ec commit f785fc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/shuttle/shuttles/crashable/escape_shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
for(var/mob/living/occupant in interior_area)
occupant_count++
for(var/obj/structure/machinery/cryopod/evacuation/cryotube in interior_area)
if(cryotube.occupant)
occupant_count++
cryos += list(cryotube)
if (occupant_count > max_capacity)
playsound(src,'sound/effects/escape_pod_warmup.ogg', 50, 1)
Expand Down

0 comments on commit f785fc1

Please sign in to comment.