Make cloners go 'DING!' when ejecting clones

This commit is contained in:
Daranz
2015-09-27 13:55:37 -04:00
parent d1d28b3da5
commit b881d4055f
+2
View File
@@ -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()