diff --git a/code/modules/spacepods/spacepod.dm b/code/modules/spacepods/spacepod.dm index b8a9cc32b30..1c71f8837ee 100644 --- a/code/modules/spacepods/spacepod.dm +++ b/code/modules/spacepods/spacepod.dm @@ -231,7 +231,7 @@ occupant_sanity_check() if(oldhealth > health && percentage <= 25 && percentage > 0) play_sound_to_riders('sound/effects/engine_alert2.ogg') - else if(oldhealth > health) + if(oldhealth > health && !health) play_sound_to_riders('sound/effects/engine_alert1.ogg') if(!health) spawn(0)