Skip to content

Commit d826248

Browse files
Merge branch 'starlight-dev' into LoudMode
2 parents 020fd71 + 7f971bc commit d826248

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Content.Server/Electrocution/ElectrocutionSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ private bool TryDoElectrocutionPowered(
357357

358358
private bool DoCommonElectrocutionAttempt(EntityUid uid, EntityUid? sourceUid, ref float siemensCoefficient, bool ignoreInsulation = false)
359359
{
360-
TrySpark(uid, sourceUid); // ES
360+
// TrySpark(uid, sourceUid); // ES // Starlight: This causes SMs to self-ignite
361361

362362
var attemptEvent = new ElectrocutionAttemptEvent(uid, sourceUid, siemensCoefficient,
363363
ignoreInsulation ? SlotFlags.NONE : ~SlotFlags.POCKET);

Resources/Changelog/ChangelogStarlight.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
Entries:
2-
- author: OMEGA
3-
changes:
4-
- message: (Bagel) Air alarms added across station.
5-
type: Add
6-
id: 406713
7-
time: '2026-07-18T12:18:59.000000+00:00'
8-
url: https://github.com/ss14Starlight/space-station-14/pull/5130
92
- author: OMEGA
103
changes:
114
- message: (Bagel) Rearranged and redecorated Engineering.
@@ -2799,4 +2792,11 @@ Entries:
27992792
id: 407112
28002793
time: '2026-07-29T13:45:35.000000+00:00'
28012794
url: https://github.com/ss14Starlight/space-station-14/pull/5390
2795+
- author: redmushie
2796+
changes:
2797+
- message: Electrocution no longer causes the target to emit sparks. This would cause Supermatter tritium to ignite.
2798+
type: Remove
2799+
id: 407113
2800+
time: '2026-07-29T15:46:47.000000+00:00'
2801+
url: https://github.com/ss14Starlight/space-station-14/pull/5397
28022802
Order: -1

0 commit comments

Comments
 (0)