summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-06-27 10:45:44 -0300
committerJesusaves <cpntb1@ymail.com>2023-06-27 10:45:44 -0300
commit5734cb5d13395eea9a04ef42ecb053f9fa176921 (patch)
tree1c18bf726e52b232fba51912f73320436e1da286
parenta47f0d08307af509f72593da748579bb7cb32313 (diff)
downloadrenpy-5734cb5d13395eea9a04ef42ecb053f9fa176921.tar.gz
renpy-5734cb5d13395eea9a04ef42ecb053f9fa176921.tar.bz2
renpy-5734cb5d13395eea9a04ef42ecb053f9fa176921.tar.xz
renpy-5734cb5d13395eea9a04ef42ecb053f9fa176921.zip
Let players "unlink", just rely on disclaimers. For the event!
-rw-r--r--game/soul.rpy4
1 files changed, 2 insertions, 2 deletions
diff --git a/game/soul.rpy b/game/soul.rpy
index ad06017..498ae88 100644
--- a/game/soul.rpy
+++ b/game/soul.rpy
@@ -266,8 +266,8 @@ screen accountdata():
textbutton _("Unlink"):
background Frame("gui/frame.png", 0, 0)
xysize (200, 40)
- ## FIXME: Omitted?
- if srv["Type"] != "tmwathena":
+ ## FIXME: Omit this option for tmwAthena?
+ if srv["Type"] != "tmwathena" or True:
action Return(["unlink", srv])
else:
action None