diff --git a/game/scripts/cg/cho.rpy b/game/scripts/cg/cho.rpy index a1a5ab09..9c207325 100644 --- a/game/scripts/cg/cho.rpy +++ b/game/scripts/cg/cho.rpy @@ -2052,6 +2052,7 @@ layeredimage cho_facefuck: attribute no_shirt null attribute tears null + attribute cheekbulge null group blush prefix "blush": attribute heavy null @@ -2071,6 +2072,7 @@ layeredimage cho_facefuck: group cho auto variant "tears" if_all ["tears"] group cho auto variant "blush_heavy" if_all ["blush_heavy"] group cho auto variant "blush_choking" if_all ["blush_choking"] + group cho auto variant "cheekbulge" if_all ["cheekbulge"] group cho auto variant "eyes_shut" if_all ["eyes_shut"] group cho auto variant "eyes_right" if_all ["eyes_right"] group cho auto variant "eyes_left" if_all ["eyes_left"]