From b881d4055f878b7ada68ebd2bfb79c6dd93b9630 Mon Sep 17 00:00:00 2001 From: Daranz Date: Thu, 9 Jul 2015 19:47:30 -0400 Subject: [PATCH] Make cloners go 'DING!' when ejecting clones --- code/game/machinery/cloning.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/cloning.dm b/code/game/machinery/cloning.dm index af33673a1f7..42b4f937a24 100644 --- a/code/game/machinery/cloning.dm +++ b/code/game/machinery/cloning.dm @@ -182,6 +182,8 @@ return else if((occupant.health >= heal_level) && (!eject_wait)) + playsound(src.loc, 'sound/machines/ding.ogg', 50, 1) + src.audible_message("\The [src] signals that the cloning process is complete.") connected_message("Cloning Process Complete.") locked = 0 go_out()