Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: larentoun <[email protected]>
  • Loading branch information
don-pardon42 and larentoun authored Nov 7, 2024
1 parent 2761157 commit 491ecf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mecha/mech_fabricator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
if("unlink")
if(!network_manager_uid)
return
var/choice = tgui_alert(usr, "Вы УВЕРЕНЫ, что хотите отсоединить этот фабрикатор от исследовательской сети? Вы не сможете повторно соединить его без пароля руководителя исследований.", "Unlink", list("Да", "Нет"))
var/choice = tgui_alert(usr, "Вы УВЕРЕНЫ, что хотите отсоединить этот фабрикатор от исследовательской сети? Вы не сможете повторно соединить его без пароля к сети.", "Unlink", list("Да", "Нет"))
if(choice == "Да")
unlink()

Expand Down

0 comments on commit 491ecf7

Please sign in to comment.