diff --git a/assets/robocraft/config.json b/assets/robocraft/config.json index d315ed5..e4c9254 100644 --- a/assets/robocraft/config.json +++ b/assets/robocraft/config.json @@ -14532,6 +14532,10 @@ { "message": "Spitzer Damn!", "duration": 20 + }, + { + "message": "Stop Killing Games", + "duration": 20 } ] } diff --git a/utils/cube_gen.py b/utils/cube_gen.py index 92e794d..892291d 100755 --- a/utils/cube_gen.py +++ b/utils/cube_gen.py @@ -192,6 +192,7 @@ LOGIN_MESSAGES = [ "Finally, how to craft Robo", "Warning, live without warning\nI say, warning, live without warning\nWithout, all right", "Spitzer Damn!", + "Stop Killing Games", ] def guess_category(name: str, sprite: str) -> str: