From 4ab60530ae62d2be29f58cf21fc0fd016f5f8b96 Mon Sep 17 00:00:00 2001 From: Twinmold Date: Sat, 26 Nov 2016 23:18:04 -0600 Subject: [PATCH] Err... Should Still be !health Apparently it's just so that single sound plays when the pod is out of health utterly. --- code/modules/spacepods/spacepod.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)