diff --git a/Assets/SibylSystem/Room/Room.cs b/Assets/SibylSystem/Room/Room.cs index 6e8ae7b31..b88d66935 100644 --- a/Assets/SibylSystem/Room/Room.cs +++ b/Assets/SibylSystem/Room/Room.cs @@ -687,7 +687,11 @@ void realize() { description += InterString.Get("双打模式"); } - if (Program.I().ocgcore.MasterRule == 4) + if (Program.I().ocgcore.MasterRule == 5) + { + description += InterString.Get("/大师规则2020") + "\r\n"; + } + else if (Program.I().ocgcore.MasterRule == 4) { description += InterString.Get("/新大师规则") + "\r\n"; }