view the expansion valley_of_shadows only once

This commit is contained in:
GM 2023-01-23 09:08:09 +00:00
parent c888632fa7
commit 218e348a53

View File

@ -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()