We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49c670 commit da3270cCopy full SHA for da3270c
code/game/machinery/vending.dm
@@ -3924,7 +3924,7 @@ var/station_jackpot = 1000000
3924
to_chat(user,"<span class='notice'>The winning numbers are [english_list(winning_numbers)]</span>")
3925
3926
#define LOTTO_SAMPLE 6
3927
-#define LOTTO_BALLCOUNT 32 //lottery is a topdefine/bottomdefine system
+#define LOTTO_BALLCOUNT 18 //lottery is a topdefine/bottomdefine system
3928
#if LOTTO_BALLCOUNT < LOTTO_SAMPLE
3929
#define LOTTO_BALLCOUNT LOTTO_SAMPLE
3930
#endif
0 commit comments