view the expansion valley_of_shadows only once
This commit is contained in:
parent
c888632fa7
commit
218e348a53
@ -221,7 +221,7 @@ class Game:
|
|||||||
self.notify_room()
|
self.notify_room()
|
||||||
|
|
||||||
def feature_flags(self):
|
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.available_expansions.append('the_valley_of_shadows')
|
||||||
self.notify_room()
|
self.notify_room()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user