- tweak: Nerf blight. (#263)

* - tweak: Nerf blight.

* - tweak: ... But bible no longer works.
This commit is contained in:
Aviu00
2024-04-02 23:18:05 +09:00
committed by GitHub
parent b635d4efaf
commit b5cede485d
8 changed files with 32 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ using Content.Server.Chemistry.Components;
using Content.Server.Chemistry.Containers.EntitySystems;
using Content.Server.Fluids.Components;
using Content.Server.Ghost;
using Content.Server.Revenant.Components;
using Content.Shared._White.Chaplain;
using Content.Shared.Chemistry.Components.SolutionManager;
using Content.Shared.Cuffs.Components;
@@ -547,6 +548,8 @@ public sealed partial class CultSystem : EntitySystem
_statusEffectsSystem.TryRemoveStatusEffect(target, "Muted");
RemCompDeferred<BlightComponent>(target);
return true;
}