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: