summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-18 22:37:00 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-18 22:37:00 -0300
commitab1837a09169e24421aabe45a4cad32ea79cb6d8 (patch)
treeb3655714aa6b843242e9eff8b9216466418a3296
parentd38a53c55abae9d574a3a17adee57ff08fc8ace9 (diff)
downloadrenpy-ab1837a09169e24421aabe45a4cad32ea79cb6d8.tar.gz
renpy-ab1837a09169e24421aabe45a4cad32ea79cb6d8.tar.bz2
renpy-ab1837a09169e24421aabe45a4cad32ea79cb6d8.tar.xz
renpy-ab1837a09169e24421aabe45a4cad32ea79cb6d8.zip
Reduce Homeworld prompts and disclaim about immutability and no linking
-rw-r--r--game/soul.rpy4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/soul.rpy b/game/soul.rpy
index ab12e46..b1fa433 100644
--- a/game/soul.rpy
+++ b/game/soul.rpy
@@ -380,9 +380,9 @@ label thevoid(loop=True):
#################################################################################
label sethome:
- centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}"
+ #centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}"
centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}"
- centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}"
+ centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot modify it, nor link a new account to it{/u}.{/color}{fast}"
python:
opt=[("{color=#f00}Do not set a home world{/color}", 0)]
for s in persistent.serverlist: