From 5977a645fb300ca3df3e091a947647e51f9eab3e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 Aug 2021 00:41:31 -0300 Subject: Reset saved summon when changing server --- game/misc.rpy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2