summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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