Removed old Loc.GetString() use instances (#4155)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -19,10 +19,8 @@ namespace Content.Server.StationEvents.Events
|
||||
public override string Name => "PowerGridCheck";
|
||||
public override float Weight => WeightNormal;
|
||||
public override int? MaxOccurrences => 3;
|
||||
public override string StartAnnouncement => Loc.GetString(
|
||||
"Abnormal activity detected in the station's powernet. As a precautionary measure, the station's power will be shut off for an indeterminate duration.");
|
||||
protected override string EndAnnouncement => Loc.GetString(
|
||||
"Power has been restored to the station. We apologize for the inconvenience.");
|
||||
public override string StartAnnouncement => Loc.GetString("station-event-power-grid-check-start-announcement");
|
||||
protected override string EndAnnouncement => Loc.GetString("station-event-power-grid-check-end-announcement");
|
||||
public override string? StartAudio => "/Audio/Announcements/power_off.ogg";
|
||||
|
||||
// If you need EndAudio it's down below. Not set here because we can't play it at the normal time without spamming sounds.
|
||||
|
||||
Reference in New Issue
Block a user