mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add a login message as seen at work
This commit is contained in:
@@ -14620,6 +14620,10 @@
|
|||||||
{
|
{
|
||||||
"message": "Alara, you wanna open this jar of jam for me?",
|
"message": "Alara, you wanna open this jar of jam for me?",
|
||||||
"duration": 20
|
"duration": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"message": "The nerfings will continue until morale improves",
|
||||||
|
"duration": 20
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -195,6 +195,7 @@ LOGIN_MESSAGES = [
|
|||||||
"Stop Killing Games",
|
"Stop Killing Games",
|
||||||
"Also check out RC15",
|
"Also check out RC15",
|
||||||
"Alara, you wanna open this jar of jam for me?",
|
"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:
|
def guess_category(name: str, sprite: str) -> str:
|
||||||
|
|||||||
Reference in New Issue
Block a user