Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions EXILED/Exiled.API/Features/Roles/Scp939Role.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ internal Scp939Role(Scp939GameRole baseRole)
/// </summary>
~Scp939Role() => ListPool<Player>.Pool.Return(VisiblePlayers);

/// <summary>
/// Gets a list of players who are turned away from SCP-939 AmnesticCloud Ability.
/// </summary>
public static HashSet<Player> TurnedPlayers { get; } = new(20);

/// <inheritdoc/>
public override RoleTypeId Type { get; } = RoleTypeId.Scp939;

Expand Down
6 changes: 0 additions & 6 deletions EXILED/Exiled.Events/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ public sealed class Config : IConfig
[Description("Indicates whether SCP-049 can sense tutorial players")]
public bool CanScp049SenseTutorial { get; set; } = true;

/// <summary>
/// Gets or sets a value indicating whether Tutorial is affected by Scp-939 Amnestic Cloud.
/// </summary>
[Description("Indicates whether Tutorial is affected by Scp-939 Amnestic Cloud")]
public bool TutorialAffectedByScp939AmnesticCloud { get; set; } = true;

/// <summary>
/// Gets or sets a value indicating whether tutorial is affected by SCP-079 scan.
/// </summary>
Expand Down
1 change: 0 additions & 1 deletion EXILED/Exiled.Events/Handlers/Internal/Round.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public static void OnRestartingRound()
Scp173Role.TurnedPlayers.Clear();
Scp096Role.TurnedPlayers.Clear();
Scp079Role.TurnedPlayers.Clear();
Scp939Role.TurnedPlayers.Clear();

MultiAdminFeatures.CallEvent(MultiAdminFeatures.EventType.ROUND_END);

Expand Down
85 changes: 0 additions & 85 deletions EXILED/Exiled.Events/Patches/Generic/StayAtAmnesticCloud.cs

This file was deleted.

Loading