From ce59840bc6a270ec4b07889294fa2276e4abba5d Mon Sep 17 00:00:00 2001 From: "NG (Graham)" Date: Tue, 20 Jan 2026 20:30:01 -0500 Subject: [PATCH] Add another login message --- assets/robocraft/config.json | 4 ++++ utils/cube_gen.py | 1 + 2 files changed, 5 insertions(+) diff --git a/assets/robocraft/config.json b/assets/robocraft/config.json index 2b34dbf..30cb5ea 100644 --- a/assets/robocraft/config.json +++ b/assets/robocraft/config.json @@ -14604,6 +14604,10 @@ { "message": "Also check out RC15", "duration": 20 + }, + { + "message": "Alara, you wanna open this jar of jam for me?", + "duration": 20 } ] } diff --git a/utils/cube_gen.py b/utils/cube_gen.py index 2d651c8..d9d3fdb 100755 --- a/utils/cube_gen.py +++ b/utils/cube_gen.py @@ -194,6 +194,7 @@ LOGIN_MESSAGES = [ "Spitzer Damn!", "Stop Killing Games", "Also check out RC15", + "Alara, you wanna open this jar of jam for me?", ] def guess_category(name: str, sprite: str) -> str: