From 7ff04923c4d2cc144646f22d378ad293d4aff601 Mon Sep 17 00:00:00 2001 From: "NG (Graham)" Date: Sat, 11 Jul 2026 20:48:30 -0400 Subject: [PATCH] Add a login message as seen at work --- 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 1ecd992..753ec37 100644 --- a/assets/robocraft/config.json +++ b/assets/robocraft/config.json @@ -14620,6 +14620,10 @@ { "message": "Alara, you wanna open this jar of jam for me?", "duration": 20 + }, + { + "message": "The nerfings will continue until morale improves", + "duration": 20 } ] } diff --git a/utils/cube_gen.py b/utils/cube_gen.py index d9d3fdb..62376b0 100755 --- a/utils/cube_gen.py +++ b/utils/cube_gen.py @@ -195,6 +195,7 @@ LOGIN_MESSAGES = [ "Stop Killing Games", "Also check out RC15", "Alara, you wanna open this jar of jam for me?", + "The nerfings will continue until morale improves", ] def guess_category(name: str, sprite: str) -> str: