Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: DEATHB4DEFEAT <[email protected]>
Signed-off-by: FoxxoTrystan <[email protected]>
  • Loading branch information
FoxxoTrystan and DEATHB4DEFEAT authored Dec 7, 2024
1 parent b890530 commit 34af30d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Content.Shared/Shadowkin/EtherealComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ public sealed partial class EtherealComponent : Component
[DataField]
public float DarkenRate = 0.084f;

/// <summary>
/// Can be stunned by ethereal stun objects?
/// </summary>
/// Can this be stunned by ethereal stun objects?
[DataField]
public bool CanBeStunned = true;

/// <summary>
/// Drain Mana is ent is psionic?
/// </summary>
/// Drain Mana if this entity is psionic?
[DataField]
public bool DrainMana = true;

Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/en-US/psionics/psionic-powers.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ power-overwhelming-power-feedback = {CAPITALIZE($entity)} wields a vast connecti
action-name-darkswap = DarkSwap
action-description-darkswap = Mmra Mamm!
darkswap-power-initialization-feedback =
For a short moment, i find myself able to break the realms... phasing in the shadows and the dark, like shadowkins... ready to traval to the darknest of places...
For a short moment, I find myself able to break the realms. Phasing in the shadows and the dark, ready to travel to the darkest of places...
ethereal-pickup-fail = My hand sizzles as it passes through...
# Psionic Familiar System
Expand Down

0 comments on commit 34af30d

Please sign in to comment.