Updated text of options

This commit is contained in:
cake
2026-01-06 15:10:15 +01:00
parent 19966f3828
commit 058ba504cb

View File

@@ -3249,16 +3249,16 @@ public class SettingsUi : WindowMediatorSubscriberBase
var labels = new[] var labels = new[]
{ {
"Unsafe", "Unsafe (Off)",
"Safe (Race)", "Safe (Race Check)",
"Safest (Race + Bones)", "Safest (Race + Bones Check)",
}; };
var tooltips = new[] var tooltips = new[]
{ {
"No validation. Fastest, but may allow incompatible animations (riskier).", "No validation. Fastest, but may allow incompatible animations.",
"Validates skeleton race + modded skeleton check (recommended).", "Validates skeleton race + modded skeleton check. Will be safer to use but will block some animations",
"Requires matching skeleton race + bone compatibility (strictest).", "Requires matching skeleton race + bone compatibility. Will block alot, not recommended.",
}; };