diff --git a/EXILED/Exiled.API/Enums/EffectType.cs b/EXILED/Exiled.API/Enums/EffectType.cs index 65d50583b..eb29bd586 100644 --- a/EXILED/Exiled.API/Enums/EffectType.cs +++ b/EXILED/Exiled.API/Enums/EffectType.cs @@ -263,25 +263,25 @@ public enum EffectType /// /// Makes you a flamingo. /// - /// Only availaible for Christmas and AprilFools. + [Obsolete("Only availaible for Christmas and AprilFools.")] BecomingFlamingo, /// /// Makes you a Child after eating Cake. /// - /// Only availaible for Christmas and AprilFools. + [Obsolete("Only availaible for Christmas and AprilFools.")] Scp559, /// /// Scp956 found you. /// - /// Only availaible for Christmas and AprilFools. + [Obsolete("Only availaible for Christmas and AprilFools.")] Scp956Target, /// /// you are snowed. /// - /// Only availaible for Christmas and AprilFools. + [Obsolete("Only availaible for Christmas and AprilFools.")] Snowed, } } diff --git a/EXILED/Exiled.API/Features/Roles/Scp1507Role.cs b/EXILED/Exiled.API/Features/Roles/Scp1507Role.cs index e32e5cf0b..448475f7d 100644 --- a/EXILED/Exiled.API/Features/Roles/Scp1507Role.cs +++ b/EXILED/Exiled.API/Features/Roles/Scp1507Role.cs @@ -29,7 +29,7 @@ namespace Exiled.API.Features.Roles /// /// Defines a role that represents SCP-1507. /// - /// Only availaible for Christmas and AprilFools. + [Obsolete("Only availaible for Christmas and AprilFools.")] public class Scp1507Role : FpcRole, ISubroutinedScpRole, IHumeShieldRole, ISpawnableScp { ///