Skip to content

Commit

Permalink
TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Pspritechologist committed Oct 20, 2023
1 parent 003b9cc commit a63ba88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/StationEvents/Events/SolarFlareRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected override void ActiveTick(EntityUid uid, SolarFlareRuleComponent compon

if (RobustRandom.Prob(component.DoorToggleChancePerSecond))
{
_emp.EmpPulse(Transform(siliconEnt).MapPosition, 0.5f, 40, RobustRandom.NextFloat(2, 20));
_emp.EmpPulse(Transform(siliconEnt).MapPosition, 0.5f, 40, RobustRandom.NextFloat(2, 20)); //TODO: Make this targets individual Silicons once Wizden merge.
}
}
// Parkstation-Ipc-End
Expand Down

0 comments on commit a63ba88

Please sign in to comment.