From 6078a9e630be3af3dae2063f2ca2c6b8f358f7c7 Mon Sep 17 00:00:00 2001 From: Naxefir <143349993+NaxefirYT@users.noreply.github.com> Date: Fri, 28 Mar 2025 09:05:36 +0300 Subject: [PATCH] Update EffectType.cs --- EXILED/Exiled.API/Enums/EffectType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EXILED/Exiled.API/Enums/EffectType.cs b/EXILED/Exiled.API/Enums/EffectType.cs index eb29bd5869..8ac82586aa 100644 --- a/EXILED/Exiled.API/Enums/EffectType.cs +++ b/EXILED/Exiled.API/Enums/EffectType.cs @@ -24,12 +24,12 @@ public enum EffectType None, /// - /// The player isn't able to open their inventory or reload a weapon. + /// Prevents the player from reloading weapons and using medical items. /// AmnesiaItems, /// - /// The player isn't able to see properly. + /// Makes SCP-939 invisible to players under its effect. Visibility is temporarily restored when SCP-939 takes damage or attacks. /// AmnesiaVision,