mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Fixed vore struggle animation not working (#8755)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -1934,7 +1934,7 @@
|
||||
var/sound/struggle_rustle = sound(get_sfx("rustle"))
|
||||
|
||||
//CHOMPEdit Start - vore sprites struggle animation
|
||||
if((vore_sprite_flags & DM_FLAG_VORESPRITE_BELLY) && (owner.vore_capacity_ex[belly_sprite_to_affect] >= 1) && !private_struggle)
|
||||
if((vore_sprite_flags & DM_FLAG_VORESPRITE_BELLY) && (owner.vore_capacity_ex[belly_sprite_to_affect] >= 1) && !private_struggle && resist_triggers_animation && affects_vore_sprites)
|
||||
owner.vs_animate(belly_sprite_to_affect)
|
||||
//CHOMPEdit End
|
||||
|
||||
|
||||
Reference in New Issue
Block a user