Removed vore sound falloff
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
for (var/mob/living/M in internal_contents)
|
||||
if(prob(50))
|
||||
M.stop_sound_channel(CHANNEL_PRED)
|
||||
playsound(get_turf(owner),"digest_pred",75,0,-6,1,channel=CHANNEL_PRED)
|
||||
playsound(get_turf(owner),"digest_pred",75,0,-6,0,channel=CHANNEL_PRED)
|
||||
M.stop_sound_channel(CHANNEL_PRED)
|
||||
M.playsound_local("digest_prey",60)
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
owner.nutrition += 400 // so eating dead mobs gives you *something*.
|
||||
M.stop_sound_channel(CHANNEL_PRED)
|
||||
playsound(get_turf(owner),"death_pred",50,0,-6,1,channel=CHANNEL_PRED)
|
||||
playsound(get_turf(owner),"death_pred",50,0,-6,0,channel=CHANNEL_PRED)
|
||||
M.stop_sound_channel(CHANNEL_PRED)
|
||||
M.playsound_local("death_prey",60)
|
||||
digestion_death(M)
|
||||
@@ -68,7 +68,7 @@
|
||||
for (var/mob/living/M in internal_contents)
|
||||
if(prob(50))
|
||||
M.stop_sound_channel(CHANNEL_PRED)
|
||||
playsound(get_turf(owner),"digest_pred",50,0,-6,1,channel=CHANNEL_PRED)
|
||||
playsound(get_turf(owner),"digest_pred",50,0,-6,0,channel=CHANNEL_PRED)
|
||||
M.stop_sound_channel(CHANNEL_PRED)
|
||||
M.playsound_local("digest_prey",60)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user