diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-18 22:38:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-18 22:38:09 -0300 |
commit | 5aa568124b438e68ba1f2d38f4ad7680e50853ab (patch) | |
tree | 8acd0eabe1e73a90f01d7ad2911e273e5254734e | |
parent | ab1837a09169e24421aabe45a4cad32ea79cb6d8 (diff) | |
download | renpy-5aa568124b438e68ba1f2d38f4ad7680e50853ab.tar.gz renpy-5aa568124b438e68ba1f2d38f4ad7680e50853ab.tar.bz2 renpy-5aa568124b438e68ba1f2d38f4ad7680e50853ab.tar.xz renpy-5aa568124b438e68ba1f2d38f4ad7680e50853ab.zip |
Ambiguity
-rw-r--r-- | game/soul.rpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/soul.rpy b/game/soul.rpy index b1fa433..4c1b85e 100644 --- a/game/soul.rpy +++ b/game/soul.rpy @@ -382,7 +382,7 @@ 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}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.\n\nOnce a home world was set, you {u}cannot modify it, nor link a new account to it{/u}.{/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 change 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: |