Remove Siphon Damage (#4627)

Remove Metagaming
This commit is contained in:
Sir Warock 2025-11-13 15:35:42 +01:00 committed by GitHub
parent f612dc7679
commit cd0db812eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -98,9 +98,9 @@ public sealed class CosmicSiphonSystem : EntitySystem
uid.Comp.EntropyStored += siphonQuantity;
uid.Comp.EntropyBudget += siphonQuantity;
Dirty(uid, uid.Comp);
_statusEffects.TryAddStatusEffect<CosmicEntropyDebuffComponent>(target, "EntropicDegen", TimeSpan.FromSeconds(_random.Next(21) + 40), true); //40-60 seconds, 4-6 cold damage per siphon
if (_cosmicCult.EntityIsCultist(target))
{
_statusEffects.TryAddStatusEffect<CosmicEntropyDebuffComponent>(target, "EntropicDegen", TimeSpan.FromSeconds(_random.Next(21) + 40), true); //40-60 seconds, 4-6 cold damage per siphon
_popup.PopupEntity(Loc.GetString("cosmicability-siphon-cultist-success", ("target", Identity.Entity(target, EntityManager))), uid, uid);
}
else

View File

@ -2,7 +2,7 @@
parent: BaseAction
id: ActionCosmicSiphon
name: Siphon Entropy
description: Silently siphon entropy from your target, dealing some damage in the process.
description: Silently siphon entropy from your target.
components:
- type: Action
useDelay: 30