mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
Tweaks the lottery (#4777)
Tweaks the lottery from the random events https://forums.aurorastation.org/viewtopic.php?f=118&p=99742
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
var/deposit_success = 0
|
||||
|
||||
/datum/event/money_lotto/start()
|
||||
winner_sum = pick(5000, 10000, 50000, 100000, 500000, 1000000, 1500000)
|
||||
winner_sum = pick(1, 50, 100, 500, 1000, 2000, 5000)
|
||||
if(all_money_accounts.len)
|
||||
var/datum/money_account/D = pick(all_money_accounts)
|
||||
winner_name = D.owner_name
|
||||
|
||||
Reference in New Issue
Block a user