mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user