Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions EXILED/Exiled.API/Enums/EffectType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ public enum EffectType
None,

/// <summary>
/// The player isn't able to open their inventory or reload a weapon.
/// Prevents the player from reloading weapons and using medical items.
/// </summary>
AmnesiaItems,

/// <summary>
/// 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.
/// </summary>
AmnesiaVision,

Expand Down