Fix Tonks hangout chibi

This commit is contained in:
LoafyLemon 2024-05-17 20:35:11 +01:00
parent 9d6b304a65
commit e717064980

View File

@ -93,21 +93,21 @@ screen with_tonks_animated():
zorder tonks_chibi.zorder zorder tonks_chibi.zorder
if states.env.daytime: 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: 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_chair" xpos 610*2 ypos 175*2 zoom 2.0
add "ch_ton sit" xpos 610 ypos 175 add "ch_ton sit" xpos 610*2 ypos 175*2 zoom 2.0
if tonks.is_worn("bottom"): 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"): 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"): 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"): 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 # Chibi definition