[MIRROR] Vorebelly only sprite affection fix (#7418)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-12-15 00:08:24 +01:00
committed by GitHub
co-authored by Heroman3003 CHOMPStation2
parent 85ca379bb2
commit 2a121bc7d7
@@ -947,7 +947,7 @@
if(sleeper_state)
belly_size = sprite_datum.max_belly_size
else if(vore_selected.silicon_belly_overlay_preference == "Vorebelly" || vore_selected.silicon_belly_overlay_preference == "Both")
if(sleeper_state)
if(sleeper_state && vore_selected.silicon_belly_overlay_preference == "Both")
belly_size += 1
if(LAZYLEN(vore_selected.contents) > 0)
for(var/borgfood in vore_selected.contents) //"inspired" (kinda copied) from Chompstation's belly fullness system's procs