Skip to content

Commit

Permalink
Merge remote-tracking branch 'EE-Personal/Psionic-Power-Refactor' int…
Browse files Browse the repository at this point in the history
…o Upstream-Merge-7/15/2024
  • Loading branch information
VMSolidus committed Jul 15, 2024
2 parents fe74154 + 0df9b71 commit 0865bac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ protected override void Started(EntityUid uid, MassMindSwapRuleComponent compone

// Do the swap.
_mindSwap.Swap(actor, other);
if (!component.IsTemporary)
{
_mindSwap.GetTrapped(actor);
_mindSwap.GetTrapped(other);
}
//if (!component.IsTemporary)
//{
// _mindSwap.GetTrapped(actor);
// _mindSwap.GetTrapped(other);
//}
} while (true);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ protected override void Started(EntityUid uid, NoosphericFryRuleComponent compon
while (queryReactive.MoveNext(out var reactive, out _, out var xform, out var physics))
{
// shoot out three bolts of lighting...
_glimmerReactiveSystem.BeamRandomNearProber(reactive, 3, 12);
//_glimmerReactiveSystem.BeamRandomNearProber(reactive, 3, 12);

// try to anchor if we can
if (!xform.Anchored)
Expand Down
8 changes: 4 additions & 4 deletions Content.Server/Psionics/Glimmer/GlimmerReactiveSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ public override void Update(float frameTime)
_ghostSystem.MakeVisible(true);
_revenantSystem.MakeVisible(true);
GhostsVisible = true;
foreach (var reactive in reactives)
{
BeamRandomNearProber(reactive.Owner, 1, 12);
}
//foreach (var reactive in reactives)
//{
// BeamRandomNearProber(reactive.Owner, 1, 12);
//}
} else if (GhostsVisible == true)
{
_ghostSystem.MakeVisible(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
psychicFeedback:
- "glimmer-mite-feedback"
- type: GlimmerSource
glimmerExponentOffset: 3
- type: AmbientSound
range: 6
volume: -3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
sprite: Nyanotrasen/Clothing/Head/Helmets/insulative_skullcap.rsi
- type: Clothing
sprite: Nyanotrasen/Clothing/Head/Helmets/insulative_skullcap.rsi
- type: TinfoilHat
destroyOnFry: false
- type: Armor
modifiers:
coefficients:
Expand Down

0 comments on commit 0865bac

Please sign in to comment.