Skip to content

Commit 42e9f3d

Browse files
YaraaraYfunkystationbot
andauthored
No Ion Storm visual! (funky-station#2467)
* no ion storm visual * chore: Automatically update REUSE headers --------- Co-authored-by: funkystationbot <funky@funkystation.org>
1 parent 4ef02c2 commit 42e9f3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Content.Server/StationEvents/Events/IonStormRule.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// SPDX-FileCopyrightText: 2024 deltanedas <39013340+deltanedas@users.noreply.github.com>
99
// SPDX-FileCopyrightText: 2024 metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
1010
// SPDX-FileCopyrightText: 2025 Amethyst <52829582+jackel234@users.noreply.github.com>
11+
// SPDX-FileCopyrightText: 2025 MaiaArai <158123176+YaraaraY@users.noreply.github.com>
1112
// SPDX-FileCopyrightText: 2025 YaraaraY <158123176+YaraaraY@users.noreply.github.com>
1213
// SPDX-FileCopyrightText: 2025 jackel234 <jackel234@users.noreply.github.com>
1314
// SPDX-FileCopyrightText: 2025 maelines <amae.tones@gmail.com>
@@ -46,8 +47,8 @@ protected override void Started(EntityUid uid, IonStormRuleComponent comp, GameR
4647
if (!TryGetRandomStation(out var chosenStation))
4748
return;
4849

49-
var localEv = new IonStormedEvent(GetNetEntity(chosenStation.Value), GetNetEntity(uid));
50-
RaiseNetworkEvent(localEv);
50+
//var localEv = new IonStormedEvent(GetNetEntity(chosenStation.Value), GetNetEntity(uid));
51+
//RaiseNetworkEvent(localEv);
5152

5253
// CD - Go through everyone with the SynthComponent and inform them a storm is happening.
5354
var synthQuery = EntityQueryEnumerator<SynthComponent>();

0 commit comments

Comments
 (0)