This commit is contained in:
SpudGunMan
2024-09-19 21:19:58 -07:00
parent 14644da9c1
commit e718fea565
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -105,11 +105,16 @@ if videoPoker_enabled:
if games_enabled is True:
help_message = help_message + ", games"
trap_list = trap_list + ("games",)
gTnW_enabled = True
gamesCmdList = "CMD: "
if dopewars_enabled:
gamesCmdList += "DopeWars, "
if lemonade_enabled:
gamesCmdList += "LemonStand, "
if gTnW_enabled:
import random
gamesCmdList += "GlobalThermoNuclearWar, "
trap_list = trap_list + ("globalthermonuclearwar",)
if blackjack_enabled:
gamesCmdList += "BlackJack, "
if videoPoker_enabled: