mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Merge pull request #2061 from Verkister/squish_my_ogg
Makes vore organ transfer use the target organ's sound.
This commit is contained in:
@@ -522,7 +522,7 @@
|
||||
to_chat(owner, "<span class='notice'>[M] tastes of [M.get_taste_message(0)].</span>")
|
||||
if(!silent)
|
||||
for(var/mob/hearer in range(1,owner))
|
||||
hearer << sound('sound/vore/squish2.ogg',volume=80)
|
||||
hearer << sound(target.vore_sound,volume=80)
|
||||
owner.updateVRPanel()
|
||||
for(var/mob/living/M in internal_contents)
|
||||
M.updateVRPanel()
|
||||
|
||||
Reference in New Issue
Block a user