Skip to content

Commit 7e2716e

Browse files
committed
Update to 124
1 parent 766121a commit 7e2716e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

TheOtherRoles/Patches/AnnouncementPatch.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,24 @@ public static void Init()
4444
{
4545
// 创建新公告时,不能删除旧公告
4646
{
47+
{
48+
// TORE v1.2.4
49+
var news = new ModNews
50+
{
51+
Number = 100005,
52+
Title = $"TheOtherRolesEdited v1.2.4",
53+
SubTitle = "劳动节快乐哈!",
54+
ShortTitle = $"★TORE",
55+
Text = "<size=100%>欢迎来到 TORE v1.2.4.适配Among us v2025.3.31s</size>\n"
56+
+ "\n<b>声明</b>\n·本模组不隶属于 Among Us 或 Innersloth LLC 其中包含的内容未得到 Innersloth LLC 的认可或以其他方式赞助 此处包含的部分材料是 Innersloth LLC的财产 ©Innersloth"
57+
+ "\n<b>对应官方版本</b>\n · TOR v.4.8.0\r"
58+
+ "\n<b>UI更新</b>\n · 等候大厅UI全新更新重新排版!\n ·创建游戏界面UI更新(by方块)"
59+
+ "\n<b>轮抽选角</b>\n · 增加聊天功能\n ·增加隐藏船员"
60+
+ "\n<b>huh</b>\n · 我还更新了版本号",
61+
Date = "2025-5-5T00:00:00Z"
62+
};
63+
AllModNews.Add(news);
64+
}
4765
{
4866
// TORE v1.2.3
4967
var news = new ModNews

0 commit comments

Comments
 (0)