Skip to content

Commit

Permalink
Update code/modules/anomalies/anomaly_generator.dm
Browse files Browse the repository at this point in the history
Co-authored-by: PlayerUnknown14 <[email protected]>
  • Loading branch information
Anorak2024 and PlayerUnknown14 authored Dec 17, 2024
1 parent 36b919d commit b3697c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/anomalies/anomaly_generator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

options["[T.loc.name]"] = R

var/choice = tgui_input_list(ui.user, "Выберите маячок, на котором будет создована аномалия.", "Выбор маячка", options)
var/choice = tgui_input_list(ui.user, "Выберите маячок для создания аномалии.", "Выбор маячка", options)
selected_beacon = choice

else
Expand Down

0 comments on commit b3697c5

Please sign in to comment.