forked from SilverStudioGames/WTS
Bug fix
* Rebuild image on init to avoid displaying nulls
This commit is contained in:
parent
78f8658501
commit
3c34d60745
@ -75,6 +75,8 @@ init python:
|
|||||||
|
|
||||||
self.modpath = "mods/" + posixpath.normpath(modpath) if modpath else ""
|
self.modpath = "mods/" + posixpath.normpath(modpath) if modpath else ""
|
||||||
|
|
||||||
|
self.build_image()
|
||||||
|
|
||||||
# Add doll name to global doll states store
|
# Add doll name to global doll states store
|
||||||
try:
|
try:
|
||||||
renpy.store.states.dolls.add(name)
|
renpy.store.states.dolls.add(name)
|
||||||
|
Loading…
Reference in New Issue
Block a user