From 218e348a53d48ca9a6df33173cdcc4e908433c08 Mon Sep 17 00:00:00 2001 From: GM Date: Mon, 23 Jan 2023 09:08:09 +0000 Subject: [PATCH] view the expansion valley_of_shadows only once --- backend/bang/game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/bang/game.py b/backend/bang/game.py index 4340e80..f12705b 100644 --- a/backend/bang/game.py +++ b/backend/bang/game.py @@ -221,7 +221,7 @@ class Game: self.notify_room() def feature_flags(self): - if 'the_valley_of_shadows' not in self.expansions: + if 'the_valley_of_shadows' not in self.expansions and 'the_valley_of_shadows' not in self.available_expansions : self.available_expansions.append('the_valley_of_shadows') self.notify_room()