summaryrefslogtreecommitdiff
path: root/game/01_init.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-16 10:53:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-16 10:53:01 -0300
commit672459901d647007927118a89779b1b90d7bc9ff (patch)
tree93342336e8da48932391b72d004db7d64aeab33d /game/01_init.rpy
parent91b67c1e4758033e6fc98e23c781c688e702cf70 (diff)
downloadclient-672459901d647007927118a89779b1b90d7bc9ff.tar.gz
client-672459901d647007927118a89779b1b90d7bc9ff.tar.bz2
client-672459901d647007927118a89779b1b90d7bc9ff.tar.xz
client-672459901d647007927118a89779b1b90d7bc9ff.zip
Allow you to switch the summon during combat (this is what the cog does)
Diffstat (limited to 'game/01_init.rpy')
-rw-r--r--game/01_init.rpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/01_init.rpy b/game/01_init.rpy
index 84032c8..a04b202 100644
--- a/game/01_init.rpy
+++ b/game/01_init.rpy
@@ -36,7 +36,7 @@ init -3 python:
# Configuration
config.autoreload = False
config.save_on_mobile_background = False
- persistent.release_name = "Christmas"
+ persistent.release_name = "Diamond Python"
if persistent.host is None:
persistent.host="spheres.tmw2.org"
persistent.serverlist=[["TMW2", "spheres.tmw2.org", 61000]]