diff options
Diffstat (limited to 'game/core.rpy')
-rw-r--r-- | game/core.rpy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/game/core.rpy b/game/core.rpy index 0d40e66..86ee150 100644 --- a/game/core.rpy +++ b/game/core.rpy @@ -34,6 +34,8 @@ init -3 python: persistent.discord = True if (persistent.client is None): persistent.client = "manaplus" + if (persistent.iconify is None): + persistent.iconify = True ############################################################################# #, "themanaworld.org", "germantmw.de", "moubootaurlegends.org"] |