Skip to content

Commit

Permalink
Update PoweredLightSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Aug 18, 2023
1 parent 2d7eb2f commit 512cc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/Light/EntitySystems/PoweredLightSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ private void OnDoAfter(EntityUid uid, PoweredLightComponent component, DoAfterEv

private void OnEmpPulse(EntityUid uid, PoweredLightComponent component, ref EmpPulseEvent args)
{
// if (TryDestroyBulb(uid, component))
// args.Affected = true;
// if (TryDestroyBulb(uid, component)) // Make it so EMP isnt exploding lights
// args.Affected = true; // Make it so EMP isnt exploding lights
}
}
}

0 comments on commit 512cc93

Please sign in to comment.