From e717064980d1824f815c5eb4db14ba4d9cb78a01 Mon Sep 17 00:00:00 2001 From: LoafyLemon Date: Fri, 17 May 2024 20:35:11 +0100 Subject: [PATCH] Fix Tonks hangout chibi --- game/scripts/characters/tonks/chibi.rpy | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/game/scripts/characters/tonks/chibi.rpy b/game/scripts/characters/tonks/chibi.rpy index aa18f4ce..6632ad24 100644 --- a/game/scripts/characters/tonks/chibi.rpy +++ b/game/scripts/characters/tonks/chibi.rpy @@ -93,21 +93,21 @@ screen with_tonks_animated(): zorder tonks_chibi.zorder if states.env.daytime: - add "ch_gen toast_goblet_daytime" xpos 435 ypos 200 + add "ch_gen toast_goblet_daytime" xpos 435*2 ypos 200*2 zoom 2.0 else: - add "ch_gen toast_goblet" xpos 435 ypos 200 + add "ch_gen toast_goblet" xpos 435*2 ypos 200*2 zoom 2.0 - add "ch_ton sit_chair" xpos 610 ypos 175 - add "ch_ton sit" xpos 610 ypos 175 + add "ch_ton sit_chair" xpos 610*2 ypos 175*2 zoom 2.0 + add "ch_ton sit" xpos 610*2 ypos 175*2 zoom 2.0 if tonks.is_worn("bottom"): - add "ch_ton sit_trousers" xpos 610 ypos 175 + add "ch_ton sit_trousers" xpos 610*2 ypos 175*2 zoom 2.0 if tonks.is_any_worn("bottom", "stockings"): - add "ch_ton sit_shoes" xpos 610 ypos 175 + add "ch_ton sit_shoes" xpos 610*2 ypos 175*2 zoom 2.0 if tonks.is_worn("top"): - add "ch_ton sit_top" xpos 610 ypos 175 + add "ch_ton sit_top" xpos 610*2 ypos 175*2 zoom 2.0 if tonks.is_worn("neckwear"): - add "ch_ton sit_choker" xpos 610 ypos 175 + add "ch_ton sit_choker" xpos 610*2 ypos 175*2 zoom 2.0 # Chibi definition