* Rebuild image on init to avoid displaying nulls
This commit is contained in:
LoafyLemon 2023-07-16 17:58:39 +01:00
parent 78f8658501
commit 3c34d60745

View File

@ -75,6 +75,8 @@ init python:
self.modpath = "mods/" + posixpath.normpath(modpath) if modpath else ""
self.build_image()
# Add doll name to global doll states store
try:
renpy.store.states.dolls.add(name)