Text Plando Support

This commit is contained in:
Fabian Dill
2021-01-02 16:44:58 +01:00
parent 938ccccbd4
commit 07df9b9e80
6 changed files with 23 additions and 2 deletions

View File

@@ -136,6 +136,7 @@ class World(object):
set_player_attr('dark_room_logic', "lamp")
set_player_attr('restrict_dungeon_item_on_boss', False)
set_player_attr('plando_items', [])
set_player_attr('plando_texts', {})
def secure(self):
self.random = secrets.SystemRandom()