This commit is contained in:
LoafyLemon 2024-05-15 19:29:46 +01:00
parent d9d9a2bacb
commit c089ebe81d

View File

@ -82,7 +82,7 @@ init python in character:
show()
# Figure out nickname
if name_cho_genie != "Cho":
if renpy.store.name_cho_genie != "Cho":
name_prefix = "Cho {size=-20}\""
name_suffix = "\"{/size}"
else: