From ac231ef80017adc269f35bf7d4e67086e84a1d44 Mon Sep 17 00:00:00 2001 From: Eauldane Date: Fri, 29 Aug 2025 20:32:38 +0100 Subject: [PATCH] Added age qualifier to TOS. --- MareSynchronos/UI/IntroUI.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MareSynchronos/UI/IntroUI.cs b/MareSynchronos/UI/IntroUI.cs index 1046f08..925930b 100644 --- a/MareSynchronos/UI/IntroUI.cs +++ b/MareSynchronos/UI/IntroUI.cs @@ -152,6 +152,9 @@ public partial class IntroUi : WindowMediatorSubscriberBase ImGui.SetWindowFontScale(1.0f); ImGui.Separator(); + UiSharedService.TextWrapped(""" + To use Snowcloak, you must be over the age of 18, or 21 in some jurisdictions. + """); UiSharedService.TextWrapped(""" All of the mod files currently active on your character as well as your current character state will be uploaded to the service you registered yourself at automatically. The plugin will exclusively upload the necessary mod files and not the whole mod. """);