Skip to content

Commit

Permalink
More random
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Aug 1, 2024
1 parent 13c1ac5 commit 0e225ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/agent_id_tgui/code/agent_id_tgui.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
return

if(params["option"] == "Primary")
new_account = rand(1000, 9999) * 1000
new_account = rand(1000, 9999) * 1000 + rand(1000, 9999)

associated_account_number = clamp(new_account, 1000000, 9999999)
to_chat(registered_human, span_notice("Привязанный счёт изменён на: [new_account]."))
Expand Down

0 comments on commit 0e225ca

Please sign in to comment.