Skip to content

Commit da3270c

Browse files
buffs lotto jackpot odds (#36938)
1 parent c49c670 commit da3270c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/vending.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3924,7 +3924,7 @@ var/station_jackpot = 1000000
39243924
to_chat(user,"<span class='notice'>The winning numbers are [english_list(winning_numbers)]</span>")
39253925

39263926
#define LOTTO_SAMPLE 6
3927-
#define LOTTO_BALLCOUNT 32 //lottery is a topdefine/bottomdefine system
3927+
#define LOTTO_BALLCOUNT 18 //lottery is a topdefine/bottomdefine system
39283928
#if LOTTO_BALLCOUNT < LOTTO_SAMPLE
39293929
#define LOTTO_BALLCOUNT LOTTO_SAMPLE
39303930
#endif

0 commit comments

Comments
 (0)