Merge pull request #11210 from DeeUnderscore/cloner-ding

Make cloners announce cloning completion with a ding.
This commit is contained in:
mwerezak
2015-09-27 18:50:59 -05:00
+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()