Bug fix
This commit is contained in:
parent
b44f7188dc
commit
2bdd5138ce
@ -38,7 +38,7 @@ init python in character:
|
||||
def show():
|
||||
renpy.store.cho.show(force=True)
|
||||
|
||||
renpy.with_statement({"dolls": trans or d2})
|
||||
renpy.with_statement({"dolls": trans or renpy.store.d2})
|
||||
|
||||
face = {"mouth": mouth, "eyes": eyes, "eyebrows": eyebrows, "pupils": pupils, "cheeks": cheeks, "tears": tears}
|
||||
temp_face = renpy.game.context().temporary_attributes
|
||||
|
Loading…
Reference in New Issue
Block a user