Bug fix
This commit is contained in:
parent
578310ad71
commit
68ad738cf3
@ -91,7 +91,7 @@ init python in character:
|
||||
name_suffix = ""
|
||||
|
||||
if what:
|
||||
side_doll = At(renpy.store.cho.image, doll_transform(renpy.store.cho.pos, renpy.store.cho.zoom, renpy.store.cho.xzoom)) if head_only else None
|
||||
side_doll = renpy.store.At(renpy.store.cho.image, renpy.store.doll_transform(renpy.store.cho.pos, renpy.store.cho.zoom, renpy.store.cho.xzoom)) if head_only else None
|
||||
cho_say(what, who_prefix=name_prefix, who_suffix=name_suffix, show_side_doll=side_doll, **kwargs)
|
||||
|
||||
if temp_face:
|
||||
|
Loading…
Reference in New Issue
Block a user