Create Actions, Executable objects

This commit is contained in:
Matthew DeMartino
2021-05-23 00:33:48 -04:00
parent 285312c0a4
commit 1243f54823
7 changed files with 95 additions and 32 deletions
-1
View File
@@ -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?"""