mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Alter playsound paradigm
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
return
|
||||
|
||||
else if(((occupant.health == occupant.maxHealth)) && (!eject_wait))
|
||||
playsound(src.loc, 'sound/machines/ding.ogg', 50, 1)
|
||||
playsound(src, 'sound/machines/ding.ogg', 50, 1)
|
||||
audible_message("\The [src] signals that the growing process is complete.")
|
||||
connected_message("Growing Process Complete.")
|
||||
locked = 0
|
||||
|
||||
Reference in New Issue
Block a user