From bf53743a3f8dd99a7b6dc930a7bb3ef0e78e2712 Mon Sep 17 00:00:00 2001 From: Heroman Date: Tue, 12 Jul 2022 16:15:39 +1000 Subject: [PATCH] Typo fix --- code/modules/casino/casino.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/casino/casino.dm b/code/modules/casino/casino.dm index cd802eb8831..f7f86608631 100644 --- a/code/modules/casino/casino.dm +++ b/code/modules/casino/casino.dm @@ -311,7 +311,7 @@ desc = "A small ball used for roulette wheel. This one is made of regular metal. Its weighted to only land on odd." /obj/item/roulette_ball/cheat/odd/get_cheated_result() - return pick(list(1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35))s + return pick(list(1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35)) // //Blackjack table