mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-06-07 05:03:31 +02:00
Create Actions, Executable objects
This commit is contained in:
@@ -18,7 +18,6 @@ class Encounter:
|
||||
|
||||
self.all_agents = sorted(self.all_agents, key=lambda a: a.initiative_roll)
|
||||
|
||||
raise NotImplementedError() # Apparently the mind flayers win for now
|
||||
|
||||
def analyze(self):
|
||||
"""So, really... how deadly *is* it?"""
|
||||
|
||||
Reference in New Issue
Block a user