Skip to content

Commit

Permalink
Make the test shut up
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Jul 12, 2024
1 parent 05e97b5 commit 2b9d813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public override void Initialize()
SubscribeLocalEvent<GlimmerSourceComponent, AnomalyPulseEvent>(OnAnomalyPulse);
SubscribeLocalEvent<GlimmerSourceComponent, AnomalySupercriticalEvent>(OnAnomalySupercritical);
SubscribeLocalEvent<GlimmerSourceComponent, MobStateChangedEvent>(OnMobStateChanged);
SubscribeLocalEvent<GlimmerSourceComponent, ComponentInit>(OnInit);
SubscribeLocalEvent<GlimmerSourceComponent, ComponentStartup>(OnInit);
}

private void OnInit(EntityUid uid, GlimmerSourceComponent component, ComponentInit args)
private void OnInit(EntityUid uid, GlimmerSourceComponent component, ComponentStartup args)
{
if (component.ResearchPointGeneration != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
- type: Construction
graph: GlimmerDevices
node: glimmerProber
- type: ResearchPointSource
pointspersecond: 20
active: true
- type: Sprite
sprite: DeltaV/Structures/Machines/glimmer_machines.rsi # DeltaV reskin
noRot: true
Expand Down

0 comments on commit 2b9d813

Please sign in to comment.