mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user