summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-18 00:41:31 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-18 00:41:31 -0300
commit5977a645fb300ca3df3e091a947647e51f9eab3e (patch)
tree8df8a9091fba1089f11ba90c8afc89dfbac67413
parent2b43ec2b1f222f3d0ec0a44e58327558b8337c00 (diff)
downloadclient-5977a645fb300ca3df3e091a947647e51f9eab3e.tar.gz
client-5977a645fb300ca3df3e091a947647e51f9eab3e.tar.bz2
client-5977a645fb300ca3df3e091a947647e51f9eab3e.tar.xz
client-5977a645fb300ca3df3e091a947647e51f9eab3e.zip
Reset saved summon when changing server
-rw-r--r--game/misc.rpy3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/misc.rpy b/game/misc.rpy
index 305f736..5dc1e6a 100644
--- a/game/misc.rpy
+++ b/game/misc.rpy
@@ -307,9 +307,10 @@ label clear_all:
rl=True
# TODO: Clear cache
- # Update host and delete password
+ # Update host and delete password (and reset summon)
HOST=persistent.host
PORT=persistent.port
+ persistent.summon=ifte(config.developer, 15, 0)
renpy.notify("Deleting password: %s" % persistent.password)
persistent.password=None