Fixed vore struggle animation not working (#16182)

Fixed the vore sprite struggle animation when prey used resist in a belly.

Fixes #16181
This commit is contained in:
SatinIsle
2024-08-12 05:16:59 +10:00
committed by GitHub
parent ad00f7a5fe
commit 9ce3a7f4e0
+5
View File
@@ -1335,6 +1335,11 @@
var/sound/struggle_snuggle
var/sound/struggle_rustle = sound(get_sfx("rustle"))
if(resist_triggers_animation && affects_vore_sprites)
var/mob/living/carbon/human/O = owner
if(istype(O))
O.vore_belly_animation()
if(is_wet)
if(!fancy_vore)
struggle_snuggle = sound(get_sfx("classic_struggle_sounds"))