enhance
This commit is contained in:
SpudGunMan
2025-10-06 18:03:22 -07:00
parent a31fa90942
commit 6c27b5d5de
5 changed files with 59 additions and 15 deletions
+2 -1
View File
@@ -276,7 +276,8 @@ if games_enabled is True:
if lemonade_enabled:
gamesCmdList += "lemonStand, "
if gTnW_enabled:
trap_list = trap_list + ("globalthermonuclearwar",)
trap_list = trap_list + ("globalthermonuclearwar","chess")
gamesCmdList += "chess, "
if blackjack_enabled:
gamesCmdList += "blackJack, "
if videoPoker_enabled: