]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[HOTFIX] Fix MRP whitelist auto denying people with any medium severity notes in...
authorArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Tue, 21 Jan 2025 10:24:50 +0000 (02:24 -0800)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2025 10:24:50 +0000 (11:24 +0100)
* fix mrp whitelist auto denying people with warning

* make headmin requested changes

* godo

Resources/Prototypes/wizardsDenWhitelists.yml

index c21d01e5a897608512d69872db64120c96c81d9c..8b8420622afdeadf4ce6edf4242d8f156203e232 100644 (file)
     range: 30 # 30 days
     action: Deny
     includeSecret: false
-  - !type:ConditionNotesPlaytimeRange # Deny for >=2 medium severity notes in the last 14 days
+  - !type:ConditionNotesPlaytimeRange # Deny for >=3 medium severity notes in the last 90 days
     includeExpired: false
     minimumSeverity: 2 # Medium
-    minimumNotes: 1
-    range: 14 # 14 Days
-    action: Deny
-    includeSecret: false
-  - !type:ConditionNotesPlaytimeRange # Deny for >=3 low severity notes in the last 14 days
-    includeExpired: false
-    minimumSeverity: 1 # Low
     minimumNotes: 3
-    range: 14 # 14 Days
+    range: 90 # 90 Days
     action: Deny
     includeSecret: false
+#  - !type:ConditionNotesPlaytimeRange # Deny for >=3 low severity notes in the last 14 days
+#    includeExpired: false
+#    minimumSeverity: 1 # Low
+#    minimumNotes: 3
+#    range: 14 # 14 Days
+#    action: Deny
+#    includeSecret: false
   - !type:ConditionManualWhitelistMembership # Allow whitelisted players
     action: Allow
   - !type:ConditionPlayerCount # Allow when <= 15 players are online