Skip to content

Commit

Permalink
Merge pull request #464 from LucasTheDrgn/fix-nuke-alert
Browse files Browse the repository at this point in the history
Fix Nuke Alert Localization
  • Loading branch information
Fansana authored Jan 8, 2025
2 parents ad88cc0 + fbcedd8 commit b2df601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Nuke/NukeSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public void ArmBomb(EntityUid uid, NukeComponent? component = null)
Color.Red,
stationUid ?? uid,
null,
("time", (int) component.RemainingTime), ("position", FormattedMessage.RemoveMarkupPermissive(_navMap.GetNearestBeaconString((uid, nukeXform))))
("time", (int) component.RemainingTime), ("location", FormattedMessage.RemoveMarkupPermissive(_navMap.GetNearestBeaconString((uid, nukeXform))))
);

_sound.PlayGlobalOnStation(uid, _audio.GetSound(component.ArmSound));
Expand Down

0 comments on commit b2df601

Please sign in to comment.