From a942097e86655b24372f3f56f2f5c774713b2af2 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Fri, 16 Jun 2023 16:06:06 +0100 Subject: [PATCH] Bulging cheeks --- game/scripts/cg/cho.rpy | 2 ++ 1 file changed, 2 insertions(+) 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"]