Skip to content

Commit

Permalink
Update EmergencyShuttleSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 authored Oct 16, 2023
1 parent 1125522 commit 640eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ private void AddEmergencyShuttle(EntityUid uid, StationEmergencyShuttleComponent
component.EmergencyShuttle = shuttle;
EnsureComp<ProtectedGridComponent>(shuttle.Value);
EnsureComp<PreventPilotComponent>(shuttle.Value);
EnsureComp<StationEmpImmuneComponent>(shuttle.Value);
// EnsureComp<StationEmpImmuneComponent>(shuttle.Value); Enable in the case we want to ensure EMP immune grid
}

private void OnEscapeUnpaused(EntityUid uid, EscapePodComponent component, ref EntityUnpausedEvent args)
Expand Down

0 comments on commit 640eb77

Please sign in to comment.