Telnet thing

This commit is contained in:
2026-04-29 17:15:37 -04:00
parent 3d130ecdd5
commit 5aa8d6beb3

View File

@@ -141,6 +141,9 @@ class Game:
def run(self): def run(self):
title() title()
if os.path.exists("WEB_VERSION"): if os.path.exists("WEB_VERSION"):
print(
"If you're on telnet, pretend that everything that says web version says telnet version, I'm too lazy to fix it."
)
print( print(
f"This is a web version of {data.text.GAME_NAME}, here is some important info. To anyone outside of Germany, this game is running on a cheap VPS I got, the company didn't have any US locations available, so I had to get a Germany one, sorry for the high ping (I also have to deal with it, I'm in the US)\nPls don't hack this" f"This is a web version of {data.text.GAME_NAME}, here is some important info. To anyone outside of Germany, this game is running on a cheap VPS I got, the company didn't have any US locations available, so I had to get a Germany one, sorry for the high ping (I also have to deal with it, I'm in the US)\nPls don't hack this"
) )