mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 03:56:27 +01:00
Squashed commit of the following:
commit 8ac3c5dedb16e64fc44ae598f2cfb718f7b15865 Author: Verkister <superverkelian@hotmail.com> Date: Tue Mar 6 12:45:18 2018 +0200 Disables ejection on empty bellies while at it Found it kinda bothersome during some tests where any mob getting killed, digested, or deleted would do a loud and nasty ejection for each forementioned action despite being empty. commit 4efc1fb84e1057b31a9c8c37cefc7f74941d5e1c Author: Verkister <superverkelian@hotmail.com> Date: Tue Mar 6 12:36:59 2018 +0200 Update bellymodes_vr.dm commit 2668e41def96e3d25ead01991b013f9b2c4ce7b2 Author: Verkister <superverkelian@hotmail.com> Date: Mon Mar 5 18:31:09 2018 +0200 pref protection commit ce8d48d907605f3c46eaf9d8b532b0d002516d0c Author: Verkister <superverkelian@hotmail.com> Date: Mon Mar 5 14:41:28 2018 +0200 whoops
This commit is contained in:
@@ -173,6 +173,8 @@
|
||||
// If that location is another mob, contents are transferred into whichever of its bellies the owning mob is in.
|
||||
// Returns the number of mobs so released.
|
||||
/obj/belly/proc/release_all_contents(var/include_absorbed = FALSE)
|
||||
if(!contents.len)
|
||||
return 0
|
||||
var/atom/destination = drop_location()
|
||||
var/count = 0
|
||||
for(var/thing in contents)
|
||||
|
||||
@@ -472,7 +472,5 @@
|
||||
put_in_egg(P,1)
|
||||
|
||||
if(play_sound)
|
||||
for (var/mob/living/M in contents)
|
||||
M << sound(play_sound)
|
||||
playsound(src, play_sound, vol = 100, vary = 1, falloff = VORE_SOUND_FALLOFF, ignore_walls = FALSE, preference = /datum/client_preference/digestion_noises)
|
||||
playsound(src, play_sound, vol = 100, vary = 1, falloff = VORE_SOUND_FALLOFF, ignore_walls = TRUE, preference = /datum/client_preference/digestion_noises)
|
||||
return SSBELLIES_PROCESSED
|
||||
|
||||
Reference in New Issue
Block a user